Table of Contents

Class OpnTemporaryException

Namespace
Opticon
Assembly
Opticon.csp2.dll

Exception thrown when a transient error occurs that may be resolved by retrying the operation.

public class OpnTemporaryException : OpnException, ISerializable
Inheritance
OpnTemporaryException
Implements
Inherited Members

Constructors

OpnTemporaryException(string, Csp2Status)

Initializes a new instance of the OpnTemporaryException class.

public OpnTemporaryException(string message, Csp2Status status)

Parameters

message string

The message that describes the temporary error.

status Csp2Status

The status code associated with the temporary error.