Click or drag to resize

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

Parameters

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