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
messagestringThe message that describes the temporary error.
statusCsp2StatusThe status code associated with the temporary error.