| Accusoft.NotateXpressSdk Namespace > ObjectNotConnectedException Class : ObjectNotConnectedException Constructor |
| Overload | Description |
|---|---|
| ObjectNotConnectedException Constructor() | Exception for object not connected errors. |
| ObjectNotConnectedException Constructor(Int32) | Exception which allows passing in an error number for object not connected errors. |
| ObjectNotConnectedException Constructor(String) | Exception which allows passing in an error message for object not connected errors. |
| ObjectNotConnectedException Constructor(Int32,String) | Exception which allows passing in an error number and message for object not connected errors. |
| ObjectNotConnectedException Constructor(String,Exception) | Exception which allows passing in an error message and inner exception. |