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