Click or drag to resize

IllegalStateException Class

An exception that occurs when some illegal state occurs.
Inheritance Hierarchy
SystemException
  com.espertech.esper.compatIllegalStateException

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class IllegalStateException : Exception
Constructors
  NameDescription
Public methodIllegalStateException
Initializes a new instance of the IllegalStateException class.
Public methodIllegalStateException(String)
Initializes a new instance of the IllegalStateException class.
Protected methodIllegalStateException(SerializationInfo, StreamingContext)
Initializes a new instance of the IllegalStateException class
Public methodIllegalStateException(String, Exception)
Initializes a new instance of the IllegalStateException class.
Top
See Also