IErrors.RemoveErrors method
Namespace: NextDesign.Core
Description
Deletes all specified error information.
If error information that has already been deleted is included, that error information will be ignored.
argument
Name | Type | Description |
---|---|---|
errors | IEnumerable<IError> | Enumerate error information |
Return value
- void