Table of Contents

Class DuplicateKeyException

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

false An exception that occurs when adding a key to a user that is assigned to another user.

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 Exception

The 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

message string

The message of the exception.

cause Exception

The inner exception.

Properties

Message

Gets the message of the exception.

public override string Message { get; }

Property Value

string

string