Click or drag to resize

ConfigurationRuntimeExceptionHandlingAddClass Method (Type)

Add an exception handler factory class.

The class provided should implement the interface.

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddClass(
	Type exceptionHandlerFactoryClass
)

Parameters

exceptionHandlerFactoryClass
Type: SystemType
class of implementation
See Also