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