[]
Sends an error notification.
public Task Error(string caption, string errorText)
| Type | Name | Description |
|---|---|---|
| string | caption | The error caption. |
| string | errorText | Optional error details. |
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation of sending an error notification. |