Table of Contents

Class GatewayServiceException

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 abstract class GatewayServiceException : Exception, ISerializable, IKnownError
Inheritance
GatewayServiceException
Implements
Derived
Inherited Members

Constructors

GatewayServiceException()

Initializes a new instance of the GatewayServiceException class.

protected GatewayServiceException()

GatewayServiceException(string)

Initializes a new instance of the GatewayServiceException class.

protected GatewayServiceException(string message)

Parameters

message string

The exception message.

GatewayServiceException(string, Exception?)

Initializes a new instance of the GatewayServiceException class.

protected GatewayServiceException(string message, Exception? inner)

Parameters

message string

The exception message.

inner Exception

The inner exception.