Class JurisdictionException
- Namespace
- Geotab.Checkmate.ObjectModel.Jurisdictional
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This exception is thrown under circumstances of improper use of jurisdiction.
public class JurisdictionException : Exception, ISerializable, IKnownError
- Inheritance
-
JurisdictionException
- Implements
- Inherited Members
Constructors
JurisdictionException()
Initializes a new instance of the JurisdictionException class.
public JurisdictionException()
JurisdictionException(string)
Initializes a new instance of the JurisdictionException class.
public JurisdictionException(string message)
Parameters
message
stringThe exception message.
JurisdictionException(string, Exception)
Initializes a new instance of the JurisdictionException class.
public JurisdictionException(string message, Exception inner)