Click or drag to resize

ExceptionHandlerContextExceptionType Property

Gets the type of the exception.

Namespace:  com.espertech.esper.common.client.hook.exception
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ExceptionHandlerExceptionType ExceptionType { get; }

Property Value

Type: ExceptionHandlerExceptionType
The type of the exception.
See Also