IModel.RemoveError method
Namespace: NextDesign.Core
Description
Removes any error information added for this model.
If you specify null for the error information to be deleted or error information that is not included in this model, nothing will be done and it will end normally.
argument
Name | Type | Description |
---|---|---|
target | IError | Error information to delete If null is specified, nothing is done. |
Return value
- void