Click or drag to resize

ConfigurationRuntimeExceptionHandlingHandlerFactories Property

Returns the list of exception handler factory class names, see

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public IList HandlerFactories { get; set; }

Property Value

Type: IListT
list of fully-qualified class names
See Also