| Accusoft.PrintProSdk Namespace > InvalidTiffSizeException Class : InvalidTiffSizeException Constructor |
| Overload | Description |
|---|---|
| InvalidTiffSizeException Constructor() | An exception generated for a invalid TIFF size error. |
| InvalidTiffSizeException Constructor(Int32) | Generated exception for a invalid TIFF size error with a given error number. |
| InvalidTiffSizeException Constructor(String) | Generated exception for a invalid TIFF size error with a given string. |
| InvalidTiffSizeException Constructor(Int32,String) | Generated exception for a invalid TIFF size error with a given error number and message. |
| InvalidTiffSizeException Constructor(String,Exception) | Generated exception for a invalid TIFF size error with a given message and inner exception. |