| Accusoft.PrintProSdk Namespace > DocumentNotStartedException Class : DocumentNotStartedException Constructor |
| Overload | Description |
|---|---|
| DocumentNotStartedException Constructor() | An exception generated for a document not started error. |
| DocumentNotStartedException Constructor(Int32) | Generated exception for a document not started error with a given error number. |
| DocumentNotStartedException Constructor(String) | Generated exception for a document not started error with a given string. |
| DocumentNotStartedException Constructor(Int32,String) | Generated exception for a document not started error with a given error number and message. |
| DocumentNotStartedException Constructor(String,Exception) | Generated exception for a document not started error with a given message and inner exception. |