ScanFix Xpress v9.0 for .NET - Updated
ScanFixUnsupportedImageException Constructor(String,Int32)




Accusoft.ScanFixXpressSdk Namespace > ScanFixUnsupportedImageException Class > ScanFixUnsupportedImageException Constructor : ScanFixUnsupportedImageException Constructor(String,Int32)
Error message of the exception.
An integer that represents the error number.
Instantiates an exception containing a Message and number.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal number As Integer _
)
'Usage
 
Dim message As String
Dim number As Integer
 
Dim instance As New ScanFixUnsupportedImageException(message, number)
public ScanFixUnsupportedImageException( 
   string message,
   int number
)
public: ScanFixUnsupportedImageException( 
   string* message,
   int number
)
public:
ScanFixUnsupportedImageException( 
   String^ message,
   int number
)

Parameters

message
Error message of the exception.
number
An integer that represents the error number.
See Also

Reference

ScanFixUnsupportedImageException Class
ScanFixUnsupportedImageException Members
Overload List

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