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,
	Exception innerException
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Visual C++
public:
FreeFlowException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::.String
The exception message.
innerException
Type: System..::.Exception
Inner exception.

See Also