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




Accusoft.ScanFixXpressSdk Namespace > ScanFixUnsupportedImageException Class > ScanFixUnsupportedImageException Constructor : ScanFixUnsupportedImageException Constructor(String,Exception)
Error message of the exception.
An inner exception from the base constructor.
Instantiates an exception containing a Message and inner exception.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
'Usage
 
Dim message As String
Dim innerException As Exception
 
Dim instance As New ScanFixUnsupportedImageException(message, innerException)
public ScanFixUnsupportedImageException( 
   string message,
   Exception innerException
)
public: ScanFixUnsupportedImageException( 
   string* message,
   Exception* innerException
)
public:
ScanFixUnsupportedImageException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
Error message of the exception.
innerException
An inner exception from the base constructor.
See Also

Reference

ScanFixUnsupportedImageException Class
ScanFixUnsupportedImageException Members
Overload List

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