Creates a new FreeFlowException instance.

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

Syntax

C#
protected FreeFlowException(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic (Declaration)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
Visual C++
protected:
FreeFlowException(
	SerializationInfo^ info, 
	StreamingContext context
)

See Also