Class RegistrationException
- Namespace
- Geotab.Checkmate.ObjectModel.Registration
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This exception is thrown when there is an exception creating/registering a new database.
public class RegistrationException : Exception, ISerializable, IKnownError
- Inheritance
-
RegistrationException
- Implements
- Inherited Members
Constructors
RegistrationException()
Initializes a new instance of the RegistrationException class. Initializes a new instance of the class.
public RegistrationException()
RegistrationException(string?)
Initializes a new instance of the RegistrationException class. Initializes a new instance of the class.
public RegistrationException(string? message)
Parameters
message
stringThe message.