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
ExceptionThe inner exception.
ServiceUnavailableException(string?)
Initializes a new instance of the ServiceUnavailableException class.
public ServiceUnavailableException(string? message)
Parameters
message
stringThe exception message.
ServiceUnavailableException(string?, Exception?)
Initializes a new instance of the ServiceUnavailableException class.
public ServiceUnavailableException(string? message, Exception? ex)