Failure
Leave feedback
On this page
Creates a failed result with error information.
public static ConvertResult Failure(string errorMessage, Exception exception)
| Parameter | Type | Description |
|---|---|---|
| errorMessage | String | A human-readable description of the error. |
| exception | Exception | The exception that caused the failure. |
A ConvertResult with IsSuccess set to false.
- class ConvertResult
- namespace GroupDocs.Markdown
- assembly GroupDocs.Markdown
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.