FlowAbortException(String) Constructor

Initializes a new instance of the FlowAbortException class.

Definition

Namespace: Firefly.Box.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public FlowAbortException(
	string message
)

Parameters

message  String
The message based on which this FlowAbortException will be created

See Also