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