Table of Contents

Class ServiceUnavailableException

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

An exception thrown when an external service being called is unavailable.

public sealed class ServiceUnavailableException : Exception, ISerializable, IKnownError
Inheritance
ServiceUnavailableException
Implements
Inherited Members

Constructors

ServiceUnavailableException(Exception?)

Initializes a new instance of the ServiceUnavailableException class.

public ServiceUnavailableException(Exception? ex)

Parameters

ex Exception

The inner exception.

ServiceUnavailableException(string?)

Initializes a new instance of the ServiceUnavailableException class.

public ServiceUnavailableException(string? message)

Parameters

message string

The exception message.

ServiceUnavailableException(string?, Exception?)

Initializes a new instance of the ServiceUnavailableException class.

public ServiceUnavailableException(string? message, Exception? ex)

Parameters

message string

The exception message.

ex Exception

The inner exception.