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