Accusoft.ScanFixXpress8.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
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
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)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public ScanFixUnsupportedImageException( 
   string message,
   Exception innerException
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: ScanFixUnsupportedImageException( 
   string* message,
   Exception* innerException
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
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