DataSource.NET  7.1-10.29157-a18c1ca
Caplin.Exceptions.RecoverableException Class Reference

Base class for all exceptions that are propagated to the client implementation of Caplin.Exceptions.IExceptionHandler but do not indicate that the application has reached a terminal state and should be restarted. More...

Inheritance diagram for Caplin.Exceptions.RecoverableException:
Caplin.Exceptions.SecurityPolicyFileNotFoundException

Public Member Functions

 RecoverableException (string message, Exception inner)
 Delegates to the constructor in Exception. More...
 

Detailed Description

Base class for all exceptions that are propagated to the client implementation of Caplin.Exceptions.IExceptionHandler but do not indicate that the application has reached a terminal state and should be restarted.

Exceptions that inherit from this class are propagated to the Caplin.Exceptions.IExceptionHandler for informational purposes. It is the responsibility of the class that implements IExceptionHandler to determine the best course of action based on the exception type and the message.

Constructor & Destructor Documentation

Caplin.Exceptions.RecoverableException.RecoverableException ( string  message,
Exception  inner 
)
inline

Delegates to the constructor in Exception.

Parameters
messageThe error message that explains the reason for the exception.
innerThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.

Generated on Tue Aug 20 2019 16:17:26 for DataSource.NET