HotDocs.Server.HotDocsServerException Class
HotDocsServerException objects are exceptions thrown by HotDocs.Server.dll.
| Method | Syntax | Description |
HotDocsServerException |
public HotDocsServerException() | Construct an empty HotDocsServerException object. |
HotDocsServerException |
public HotDocsServerException(string message) | Construct a HotDocsServerException object with a message. |
HotDocsServerException |
public HotDocsServerException(string message, System.Exception innerException) | Construct a HotDocsServerException object with a message and an inner exception. |
