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