Click or drag to resize

EPDataFlowInstantiationOptionsWithExceptionHandler Method

Sets the exception handler.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPDataFlowInstantiationOptions WithExceptionHandler(
	EPDataFlowExceptionHandler exceptionHandler
)

Parameters

exceptionHandler
Type: com.espertech.esper.common.client.dataflow.coreEPDataFlowExceptionHandler
exception handler.

Return Value

Type: EPDataFlowInstantiationOptions
this options object
See Also