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