Click or drag to resize

ExceptionHandlerFactoryGetHandler Method

Returns an exception handler instance or null if the factory decided not to contribute an exception handler.

Namespace:  com.espertech.esper.common.client.hook.exception
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
ExceptionHandler GetHandler(
	ExceptionHandlerFactoryContext context
)

Parameters

context
Type: com.espertech.esper.common.client.hook.exceptionExceptionHandlerFactoryContext
contains the engine URI

Return Value

Type: ExceptionHandler
exception handler
See Also