Click or drag to resize

EPDataFlowInstantiationException Constructor (String, Exception)

Ctor.

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

Parameters

message
Type: SystemString
the message
cause
Type: SystemException
the inner exception
See Also