Accusoft.Forms1 - Updated
FormDirectorException Constructor(SerializationInfo,StreamingContext)



Accusoft.FormDirectorSdk Namespace > FormDirectorException Class > FormDirectorException Constructor : FormDirectorException Constructor(SerializationInfo,StreamingContext)
The object that holds the serialized data about the exception.
The object that contains contextual information about the source or destination.
Initializes a new instance of the FormDirectorException class using serialized data.
Syntax
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New FormDirectorException(info, context)
protected FormDirectorException( 
   SerializationInfo info,
   StreamingContext context
)
protected:
FormDirectorException( 
   SerializationInfo^ info,
   StreamingContext context
)

Parameters

info
The object that holds the serialized data about the exception.
context
The object that contains contextual information about the source or destination.
Remarks
You or the .NET framework can use this constructor to assist in transferring an exception from one machine to another.
See Also

Reference

FormDirectorException Class
FormDirectorException Members
Overload List