Click or drag to resize

ExceptionHandlerContextUnassociated Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.hook.exception
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ExceptionHandlerContextUnassociated(
	string engineURI,
	Exception exception,
	Object currentEvent
)

Parameters

engineURI
Type: SystemString
engine URI
exception
Type: SystemException
exception
currentEvent
Type: SystemObject
the event when applicable
See Also