Click or drag to resize

EPDataFlowExceptionContext Class

Context for use with
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.dataflow.coreEPDataFlowExceptionContext

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class EPDataFlowExceptionContext

The EPDataFlowExceptionContext type exposes the following members.

Constructors
  NameDescription
Public methodEPDataFlowExceptionContext
Ctor.
Top
Properties
  NameDescription
Public propertyDataFlowName
Returns the data flow name.
Public propertyException
Returns the cause.
Public propertyOperatorName
Returns the operator name.
Public propertyOperatorNumber
Returns the operator number.
Public propertyOperatorPrettyPrint
Returns the pretty-print for the operator.
Top
See Also