Click or drag to resize

EPDataFlowExceptionContext Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPDataFlowExceptionContext(
	string dataFlowName,
	string operatorName,
	Object operatorNumber,
	Object operatorPrettyPrint,
	Exception throwable
)

Parameters

dataFlowName
Type: SystemString
data flow name
operatorName
Type: SystemString
operator name
operatorNumber
Type: SystemObject
operator number
operatorPrettyPrint
Type: SystemObject
pretty-print of operator
throwable
Type: SystemException
cause
See Also