Error
Leave feedback
On this page
Writes an error message to the console. Error log messages provide information about unrecoverable events in application flow.
public void Error(string message, Exception exception)
| Parameter | Type | Description |
|---|---|---|
| message | String | The error message. |
| exception | Exception | The exception. |
| exception | condition |
|---|---|
| ArgumentNullException | Thrown when message is null. |
| ArgumentNullException | Thrown when exception is null. |
- class FileLogger
- namespace GroupDocs.Viewer.Logging
- assembly GroupDocs.Viewer
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.