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

A general purpose exception for timer events

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

Syntax

Visual Basic (Declaration)
Public Class TimerException _
	Inherits Exception
C#
public class TimerException : Exception
Visual C++
public ref class TimerException : public Exception

Inheritance Hierarchy

System.Object
  System.Exception
    net.esper.compat.TimerException