Class ClientBlocklistedException
- 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 ClientBlocklistedException : GatewayServiceException, ISerializable, IKnownError
- Inheritance
-
ClientBlocklistedException
- Implements
- Inherited Members
Constructors
ClientBlocklistedException()
Initializes a new instance of the ClientBlocklistedException class.
public ClientBlocklistedException()
ClientBlocklistedException(string)
Initializes a new instance of the ClientBlocklistedException class.
public ClientBlocklistedException(string message)
Parameters
message
stringThe exception message.
ClientBlocklistedException(string, Exception?)
Initializes a new instance of the ClientBlocklistedException class.
public ClientBlocklistedException(string message, Exception? inner)