[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the IllegalStateException class.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
C#
public IllegalStateException (
	string message
)
Visual C++
public:
IllegalStateException (
	String^ message
)

Parameters

message
System.String
The message.