Class DuplicateKeyException
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class DuplicateKeyException : DuplicateException, ISerializable, IKnownError
- Inheritance
-
DuplicateKeyException
- Implements
- Inherited Members
Constructors
DuplicateKeyException()
Initializes a new instance of the DuplicateKeyException class. Initializes a new instance of DuplicateKeyException.
public DuplicateKeyException()
DuplicateKeyException(Exception)
Initializes a new instance of the DuplicateKeyException class. Initializes a new instance of DuplicateKeyException.
public DuplicateKeyException(Exception cause)
Parameters
cause
ExceptionThe inner exception.
DuplicateKeyException(string, Exception)
Initializes a new instance of the DuplicateKeyException class. Initializes a new instance of DuplicateKeyException.
public DuplicateKeyException(string message, Exception cause)
Parameters
Properties
Message
Gets the message of the exception.
public override string Message { get; }