ValidationError Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The ValidationError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ValidationError |
Initialize a new instance of the ValidationError calss with the invalid object, property name, and error message.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Returns the string representatio of the error.
(Overrides Object.ToString().) |
Properties
Name | Description | |
---|---|---|
InvalidItem |
Gets or sets the invalid object that that valid validation.
|
|
Message |
Gets or sets the message for the error.
|
|
PropertyName |
Gets the property name of the failed validation.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |