Class StoreForwardException
- Namespace
- Geotab.StoreForward
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An exception class used to wrap any exceptions thrown by the StoreForward server.
public class StoreForwardException : Exception, ISerializable
- Inheritance
-
StoreForwardException
- Implements
- Inherited Members
Constructors
StoreForwardException(string?)
Initializes a new instance of the StoreForwardException class. Constructs a StoreForwardException.
public StoreForwardException(string? message)
Parameters
message
stringThe message that describes the error.
StoreForwardException(string?, StoreForwardExceptionType)
Initializes a new instance of the StoreForwardException class. Constructs a StoreForwardException with a specific type.
public StoreForwardException(string? message, StoreForwardExceptionType type)
Parameters
message
stringThe message.
type
StoreForwardExceptionTypeThe type.
StoreForwardException(string?, Exception?)
Initializes a new instance of the StoreForwardException class. Constructs a StoreForwardException with an inner exception.
public StoreForwardException(string? message, Exception? exception)
Parameters
Properties
Type
Gets the type of exception.
public StoreForwardExceptionType Type { get; }
Property Value
- StoreForwardExceptionType
The type.