Class MyAdminBaseException
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This exception is the base MyAdmin exception used when communicating with MyAdmin.
public abstract class MyAdminBaseException : Exception, ISerializable, IKnownError
- Inheritance
-
MyAdminBaseException
- Implements
- Inherited Members
Constructors
MyAdminBaseException()
Initializes a new instance of the MyAdminBaseException class.
protected MyAdminBaseException()
MyAdminBaseException(Exception)
Initializes a new instance of the MyAdminBaseException class.
protected MyAdminBaseException(Exception exception)
Parameters
exceptionExceptionThe inner exception.
MyAdminBaseException(string, Exception)
Initializes a new instance of the MyAdminBaseException class.
protected MyAdminBaseException(string message, Exception exception)
Parameters
MyAdminBaseException(string, Exception, string)
Initializes a new instance of the MyAdminBaseException class.
protected MyAdminBaseException(string message, Exception exception, string category)
Parameters
messagestringError message.
exceptionExceptionThe inner exception.
categorystringThe category of the exception.
Properties
Category
Gets the category.
public string? Category { get; }