Click or drag to resize

ExceptionHandlerContextCurrentEvent Property

Gets the current event, when available.

Namespace:  com.espertech.esper.common.client.hook.exception
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EventBean CurrentEvent { get; }

Property Value

Type: EventBean
The current event.
See Also