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