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