 | ConfigurationRuntimeExceptionHandlingAddClass Method (String) |
Add an exception handler factory class name.
Provide a fully-qualified class name of the implementation
of the interface.
Namespace:
com.espertech.esper.common.client.configuration.runtime
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddClass(
string exceptionHandlerFactoryClassName
)
Parameters
- exceptionHandlerFactoryClassName
- Type: SystemString
class name of exception handler factory
See Also