FreeFlow class library

FreeFlowException Constructor (SerializationInfo, StreamingContext)

Creates a new FreeFlowException instance.

[Visual Basic]
Overloads Protected Sub New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
[C#]
protected FreeFlowException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
Info.
context
Context.

See Also

FreeFlowException Class | FreeFlow Namespace | FreeFlowException Constructor Overload List