Click or drag to resize

EPDataFlowCancellationException Constructor (String, 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(
	string message,
	string dataFlowName
)

Parameters

message
Type: SystemString
cancel message
dataFlowName
Type: SystemString
data flow name
See Also