Accusoft.TwainProSdk Namespace > UnsupportedFileFormatException Class : UnsupportedFileFormatException Constructor |
Overload | Description |
---|---|
UnsupportedFileFormatException Constructor() | An exception generated for an unsupported file format error. |
UnsupportedFileFormatException Constructor(Int32) | Generated exception for an unsupported file format error with a given error number. |
UnsupportedFileFormatException Constructor(String) | Generated exception for an unsupported file format error with a given string. |
UnsupportedFileFormatException Constructor(Int32,String) | Generated exception for an unsupported file format error with a given error number and message. |
UnsupportedFileFormatException Constructor(String,Exception) | Generated exception for an unsupported file format error with a given message and inner exception. |