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