Table of Contents

Class DuplicateUserException

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

An exception that occurs when adding a new user or when updating an existing user would cause a duplicate.

public class DuplicateUserException : DuplicateException, ISerializable, IKnownError
Inheritance
DuplicateUserException
Implements
Inherited Members

Constructors

DuplicateUserException()

Initializes a new instance of the DuplicateUserException class. The default constructor.

public DuplicateUserException()

DuplicateUserException(Exception)

Initializes a new instance of the DuplicateUserException class. The constructor.

public DuplicateUserException(Exception innerException)

Parameters

innerException Exception

The inner exception.

DuplicateUserException(string, Exception)

Initializes a new instance of the DuplicateUserException class. The constructor.

public DuplicateUserException(string message, Exception innerException)

Parameters

message string

The message of the exception.

innerException Exception

The inner exception.

Properties

Message

Gets message of the exception.

public override string Message { get; }

Property Value

string

Message of the exception.