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

This exception is thrown to indicate a problem in administration and runtime.

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

Syntax

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

Inheritance Hierarchy