DataSource.NET
RecoverableException Constructor (message, inner)
NamespacesCaplin.ExceptionsRecoverableExceptionRecoverableException(String, Exception)
Delegates to the constructor in Exception.
Declaration Syntax
C#Visual BasicVisual C++
public RecoverableException(
	string message,
	Exception inner
)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
public:
RecoverableException(
	String^ message, 
	Exception^ inner
)
Parameters
message (String)
The error message that explains the reason for the exception.
inner (Exception)
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)