Class DirectSupportException
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This exception is thrown when MyAdmin needs to throw a friendly error message.
public class DirectSupportException : Exception, ISerializable, IKnownError
- Inheritance
-
DirectSupportException
- Implements
- Inherited Members
Constructors
DirectSupportException(string?)
Initializes a new instance of the DirectSupportException class.
public DirectSupportException(string? message)
Parameters
message
stringThe friendly error message.
DirectSupportException(string?, Exception?)
Initializes a new instance of the DirectSupportException class.
public DirectSupportException(string? message, Exception? innerException)