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



Accusoft.FormDirectorSdk Namespace > FormSetReadException Class > FormSetReadException Constructor : FormSetReadException 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 FormSetReadException 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 FormSetReadException(info, context)
protected FormSetReadException( 
   SerializationInfo info,
   StreamingContext context
)
protected:
FormSetReadException( 
   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

FormSetReadException Class
FormSetReadException Members
Overload List