Click or drag to resize

EPDataFlowCancellationException Constructor (Exception, String)

Ctor.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPDataFlowCancellationException(
	Exception cause,
	string dataFlowName
)

Parameters

cause
Type: SystemException
cause
dataFlowName
Type: SystemString
data flow name
See Also