IErrors.RemoveError method
Namespace: NextDesign.Core
Description
Deletes the specified error information.
Nothing will be done if error information that has already been deleted is specified.
argument
| Name | Type | Description |
|---|---|---|
| error | IError | Error Information |
Return value
- void
Exceptions
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | If null is specified for error |