FreeFlow class library

FreeFlowException Constructor (String, Exception)

Creates a new FreeFlowException instance.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
[C#]
public FreeFlowException(
   string message,
   Exception innerException
);

Parameters

message
Message.
innerException
Inner exception.

See Also

FreeFlowException Class | FreeFlow Namespace | FreeFlowException Constructor Overload List