[]
Initializes a new instance of the C1DocumentSourceException class with a specified error message.
public C1DocumentSourceException(string message)
| Type | Name | Description |
|---|---|---|
| string | message | The exception error message. |
Initializes a new instance of the C1DocumentSourceException class with a formatted error message.
public C1DocumentSourceException(string format, params object[] args)
| Type | Name | Description |
|---|---|---|
| string | format | The exception message formatting string. |
| object[] | args | The list of parameters supplied to the formatting string. |