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

An exception that occurs when some illegal state occurs.

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class IllegalStateException _
	Inherits SystemException
C#
[SerializableAttribute]
public class IllegalStateException : SystemException
Visual C++
[SerializableAttribute]
public ref class IllegalStateException : public SystemException

Inheritance Hierarchy

System.Object
  System.Exception
    System.SystemException
      net.esper.compat.IllegalStateException