Click or drag to resize

TimerException Constructor (String)

Initializes a new instance of the TimerException class.

Namespace:  com.espertech.esper.compat.timers
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public TimerException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also