Click or drag to resize

IllegalStateTransitionException Constructor

Initializes a new instance of the IllegalStateTransitionException class

Namespace:  com.espertech.esper.runtime.client.util
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public IllegalStateTransitionException(
	string message
)

Parameters

message
Type: SystemString
an explanation of the cause of the exception
See Also