Instantiates an exception containing a Message and number.
Syntax
public ScanFixUnsupportedImageException(
string ,
int
)
public: ScanFixUnsupportedImageException(
string* ,
int
)
public:
ScanFixUnsupportedImageException(
String^ ,
int
)
Parameters
- message
- Error message of the exception.
- number
- An integer that represents the error number.
See Also