Initializes a new instance of the SimolDataException class.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public SimolDataException( string message, Exception inner ) |
Visual Basic |
---|
Public Sub New ( _ message As String, _ inner As Exception _ ) |
Visual C++ |
---|
public: SimolDataException( String^ message, Exception^ inner ) |
Parameters
- message
- Type: System..::..String
The message.
- inner
- Type: System..::..Exception
The source exception.