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