Table of Contents

Class DeviceSharingActiveException

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 DeviceSharingActiveException : GatewayServiceException, ISerializable, IKnownError
Inheritance
DeviceSharingActiveException
Implements
Inherited Members

Constructors

DeviceSharingActiveException()

Initializes a new instance of the DeviceSharingActiveException class.

public DeviceSharingActiveException()

DeviceSharingActiveException(string)

Initializes a new instance of the DeviceSharingActiveException class.

public DeviceSharingActiveException(string message)

Parameters

message string

The exception message.

DeviceSharingActiveException(string, Exception?)

Initializes a new instance of the DeviceSharingActiveException class.

public DeviceSharingActiveException(string message, Exception? inner)

Parameters

message string

The exception message.

inner Exception

The inner exception.