Accusoft.NotateXpressSdk Namespace > InvalidPointException Class : InvalidPointException Constructor |
Overload | Description |
---|---|
InvalidPointException Constructor() | Main constructor for the InvalidPointException class when there are invalid point errors. |
InvalidPointException Constructor(Int32) | Exception which allows passing in an error number when there are invalid point errors. |
InvalidPointException Constructor(String) | Exception which allows passing in a message when there are invalid point errors. |
InvalidPointException Constructor(Int32,String) | Exception which allows passing in an error number and message when there are invalid point errors. |
InvalidPointException Constructor(String,Exception) | Exception which allows passing in a message and inner exception when there are invalid point errors. |