Creates a new FreeFlowException instance.

Namespace:  FreeFlow
Assembly:  FreeFlow.Client (in FreeFlow.Client.dll) Version: 2.0.0.135

Syntax

C#
public FreeFlowException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
Visual C++
public:
FreeFlowException(
	String^ message
)

Parameters

message
Type: System..::.String
The exception message.

See Also