Click or drag to resize

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

Parameters

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