[]
Represents a single entry of information related to validation.
public sealed class ValidationEntry
| Name | Description |
|---|---|
| ValidationEntry(Severity, string, Exception, object) | Initializes a new instance of the ValidationEntry class. |
| ValidationEntry(Severity, string, object) | Initializes a new instance of the ValidationEntry class. |
| Name | Description |
|---|---|
| Exception | Gets the Exception object that is associated with this validation entry, if any. |
| Message | Gets the user-friendly message for the validation entry. |
| Owner | Gets the object that owns the validation entry. |
| Severity | Gets the severity level of the entry. |