ScanFix Xpress v9.0 for .NET - Updated
ScanFixUnsupportedImageException Constructor(SerializationInfo,StreamingContext)




Accusoft.ScanFixXpressSdk Namespace > ScanFixUnsupportedImageException Class > ScanFixUnsupportedImageException Constructor : ScanFixUnsupportedImageException Constructor(SerializationInfo,StreamingContext)
SerializationInfo object from the base constructor.
StreamingContext object from the base constructor.
Instantiates an exception containing SerializationInfo and a StreamingContext.
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 ScanFixUnsupportedImageException(info, context)
protected ScanFixUnsupportedImageException( 
   SerializationInfo info,
   StreamingContext context
)
protected: ScanFixUnsupportedImageException( 
   SerializationInfo* info,
   StreamingContext context
)
protected:
ScanFixUnsupportedImageException( 
   SerializationInfo^ info,
   StreamingContext context
)

Parameters

info
SerializationInfo object from the base constructor.
context
StreamingContext object from the base constructor.
See Also

Reference

ScanFixUnsupportedImageException Class
ScanFixUnsupportedImageException Members
Overload List

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