Click or drag to resize

IllegalStateException Constructor (String, Exception)

Initializes a new instance of the IllegalStateException class.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public IllegalStateException(
	string message,
	Exception e
)

Parameters

message
Type: SystemString
The message.
e
Type: SystemException
The underlying exception.
See Also