Class JurisdictionNotSupportedException
- Namespace
- Geotab.Checkmate.ObjectModel.Registration.Gateway.Exceptions
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This exception is thrown under circumstances of a bad action during Gateway interaction.
public class JurisdictionNotSupportedException : GatewayServiceException, ISerializable, IKnownError
- Inheritance
-
JurisdictionNotSupportedException
- Implements
- Inherited Members
Constructors
JurisdictionNotSupportedException()
Initializes a new instance of the JurisdictionNotSupportedException class.
public JurisdictionNotSupportedException()
JurisdictionNotSupportedException(string)
Initializes a new instance of the JurisdictionNotSupportedException class.
public JurisdictionNotSupportedException(string message)
Parameters
message
stringThe exception message.
JurisdictionNotSupportedException(string, Exception?)
Initializes a new instance of the JurisdictionNotSupportedException class.
public JurisdictionNotSupportedException(string message, Exception? inner)