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

Exception thrown when a runtime assertion failed.

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

Syntax

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

Inheritance Hierarchy

System.Object
  System.Exception
    System.SystemException
      net.esper.util.AssertionException