ValidationErrorContext members
Represents the error context of a package during validation.
The ValidationErrorContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ValidationErrorContext | Initializes a new instance of the ValidationErrorContext class. |
Top
Properties
Name | Description | |
---|---|---|
ErrorMessageCount | Gets the number of error messages that this context contains. | |
ErrorMessages | Gets the validation error messages. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top