Represents a single validation error.
| C# | Visual Basic |
[SerializableAttribute] public sealed class ValidationError
<SerializableAttribute> _ Public NotInheritable Class ValidationError
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ChildErrors |
Returns the list of errors for an invalid associated object.
| |
| ErrorMessage |
Gets the error message.
| |
| PropertyName |
Gets the name of the property in error.
| |
| ToString()()() |
Returns a String that represents the
current ValidationError.
(Overrides Object.ToString()()().) |
| Object | |
| ValidationError | |