| Accusoft.NotateXpressSdk Namespace > InvalidWindowHandleException Class : InvalidWindowHandleException Constructor |
| Overload | Description |
|---|---|
| InvalidWindowHandleException Constructor() | Main constructor for the InvalidWindowHandleException class. |
| InvalidWindowHandleException Constructor(Int32) | Exception which allows passing in an error number when a passed in window handle is not valid. |
| InvalidWindowHandleException Constructor(String) | Exception which allows passing in a message when a passed in window handle is not valid. |
| InvalidWindowHandleException Constructor(Int32,String) | Exception which allows passing in an error number and message when a passed in window handle is not valid. |
| InvalidWindowHandleException Constructor(String,Exception) | Exception which allows passing in a message an inner exception when a passed in window handle is not valid. |