FormFix v6.0 for .NET - Updated
PicToolsException Constructor(SerializationInfo,StreamingContext)



Accusoft.FormDirectorSdk Namespace > PicToolsException Class > PicToolsException Constructor : PicToolsException 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 PicToolsException class using serialized data.
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New PicToolsException(info, context)
protected PicToolsException( 
   SerializationInfo info,
   StreamingContext context
)
protected:
PicToolsException( 
   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

PicToolsException Class
PicToolsException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.