Click or drag to resize

EPDataFlowExecutionException 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 EPDataFlowExecutionException(
	string message,
	string dataFlowName
)

Parameters

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