Initializes a new instance of the SimolException class.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
protected SimolException(
	string message
)
Visual Basic
Protected Sub New ( _
	message As String _
)
Visual C++
protected:
SimolException(
	String^ message
)

Parameters

message
Type: System..::..String
The message.

See Also