| Accusoft.NotateXpressSdk Namespace > NotateXpressException Class : NotateXpressException Constructor |
| Overload | Description |
|---|---|
| NotateXpressException Constructor() | The main constructor for the NotateXpressException class. |
| NotateXpressException Constructor(Int32) | Base exception which allows you to pass in an error number. |
| NotateXpressException Constructor(String) | Base exception which allows you to pass in a message. |
| NotateXpressException Constructor(Int32,String) | Base exception which allows you to pass in an error number and message. |
| NotateXpressException Constructor(String,Exception) | Base exception which allows you to pass in a message and inner exception. |