Accusoft.NotateXpressSdk Namespace > InvalidParameterException Class : InvalidParameterException Constructor |
Overload | Description |
---|---|
InvalidParameterException Constructor() | Exception for invalid parameters. |
InvalidParameterException Constructor(Int32) | Exception which allows passing in an error number for invalid parameters. |
InvalidParameterException Constructor(String) | Exception which allows passing in an error message for invalid parameters. |
InvalidParameterException Constructor(Int32,String) | Exception which allows passing in an error number and message for invalid parameters. |
InvalidParameterException Constructor(String,Exception) | Exception which allows passing in an error message and an inner exception. |