Click or drag to resize

ExceptionHandlerContextUnassociated Class

Context provided to implementations providing exception-contextual information as well as the exception itself, for use with inbound pools and for exceptions unassociated to statements when using inbound pools.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.exceptionExceptionHandlerContextUnassociated

Namespace:  com.espertech.esper.common.client.hook.exception
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class ExceptionHandlerContextUnassociated

The ExceptionHandlerContextUnassociated type exposes the following members.

Constructors
  NameDescription
Public methodExceptionHandlerContextUnassociated
Ctor.
Top
Properties
  NameDescription
Public propertyCurrentEvent
Returns the current event, when available.
Public propertyEngineURI
Returns the engine URI.
Public propertyException
Returns the exception.
Top
See Also