Accusoft.NotateXpressSdk Namespace > InvalidToolException Class : InvalidToolException Constructor |
Overload | Description |
---|---|
InvalidToolException Constructor() | Base constructor for the InvalidToolException class. |
InvalidToolException Constructor(Int32) | Exception which allows passing in an error number when there is a tool error. |
InvalidToolException Constructor(String) | Exception which allows passing in a message when there is a tool error. |
InvalidToolException Constructor(Int32,String) | Exception which allows passing in an error number and a message when there is a tool error. |
InvalidToolException Constructor(String,Exception) | Exception which allows passing in a message and inner exception when there is a tool error. |