Click or drag to resize

TimerException Class

A general purpose exception for timer events
Inheritance Hierarchy
SystemException
  com.espertech.esper.compat.timersTimerException

Namespace:  com.espertech.esper.compat.timers
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class TimerException : Exception
Constructors
  NameDescription
Public methodTimerException
Initializes a new instance of the TimerException class.
Public methodTimerException(String)
Initializes a new instance of the TimerException class.
Top
See Also