A read-only, bindable collection of ValidationErrors.
| C# | Visual Basic |
[SerializableAttribute] public sealed class ValidationErrorCollection : BindingList<ValidationError>
<SerializableAttribute> _ Public NotInheritable Class ValidationErrorCollection _ Inherits BindingList(Of ValidationError)
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AddError(String, String) |
Adds an error to the collection.
| |
| AddError(String) |
Adds an error to the collection.
| |
| Item[([(String])]) |
Gets the error message for the property with the given name.
| |
| ToString()()() | (Overrides Object.ToString()()().) |
| Object | |||
| Collection<(Of <(ValidationError>)>) | |||
| BindingList<(Of <(ValidationError>)>) | |||
| ValidationErrorCollection | |||