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
ExceptionThe inner exception.
DuplicateUserException(string, Exception)
Initializes a new instance of the DuplicateUserException class. The constructor.
public DuplicateUserException(string message, Exception innerException)
Parameters
Properties
Message
Gets message of the exception.
public override string Message { get; }
Property Value
- string
Message of the exception.