SPListDataValidationException.SPFailure Members
Include Protected Members
Include Inherited Members
Describes a specific validation failure when a list item is inserted or updated.
The SPListDataValidationException.SPFailure type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayName | Gets the field display name if field-level validation failed or the list-title if item-level validation failed when a list item is either inserted or updated. | |
Message | Gets a message with information about the failure. | |
Name | Gets the name of the field or the ID of the list where validation failed. | |
Reason | Gets the reason for the failure. | |
ValidationType | Describes the type of validation that caused this failure. |
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