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