Click or drag to resize

EPDataFlowExceptionHandlerHandle Method

Handle exception.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void Handle(
	EPDataFlowExceptionContext context
)

Parameters

context
Type: com.espertech.esper.common.client.dataflow.coreEPDataFlowExceptionContext
provides all exception information
See Also