Accusoft.TwainProSdk Namespace > TiffTagItemNotFoundException Class : TiffTagItemNotFoundException Constructor |
Overload | Description |
---|---|
TiffTagItemNotFoundException Constructor() | An exception generated for a TIFF tag item not found error. |
TiffTagItemNotFoundException Constructor(Int32) | Generated exception for a TIFF tag item not found error with a given error number. |
TiffTagItemNotFoundException Constructor(String) | Generated exception for a TIFF tag item not found error with a given string. |
TiffTagItemNotFoundException Constructor(Int32,String) | Generated exception for a TIFF tag item not found error with a given error number and message. |
TiffTagItemNotFoundException Constructor(String,Exception) | Generated exception for a TIFF tag item not found error with a given message and inner exception. |