Class DocumentException
Exception management class that host information about exceptions that occurred while managing documents in code factory.
Inherited Members
Namespace: CodeFactory.Document
Assembly: CodeFactory.dll
Syntax
public class DocumentException : CodeFactoryException, ISerializable, _Exception
Constructors
| Improve this Doc View SourceDocumentException()
Creates a document exception.
Declaration
public DocumentException()
DocumentException(string, Exception)
Creates a document exception.
Declaration
public DocumentException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message to be captured by the exception |
| Exception | innerException | The inner exception that occurred and to be added to this exception. |
DocumentException(string)
Creates a document exception.
Declaration
public DocumentException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message to be captured by the exception |