Table of Contents

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 string

The 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 string

The message.

type StoreForwardExceptionType

The 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

message string

The message.

exception Exception

The exception.

Properties

Type

Gets the type of exception.

public StoreForwardExceptionType Type { get; }

Property Value

StoreForwardExceptionType

The type.