SPListDataValidationException members
The exception that is thrown when data for a list field or list item fails validation.
The SPListDataValidationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPListDataValidationException | Initializes a new instance of the SPListDataValidationException class with the specified serialization information and the specified streaming context. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | Gets an integer that identifies the exception. (Inherited from SPException.) | |
FieldFailures | Gets a collection of SPListDataValidationException.SPFailure objects that contain information about field validation failures. | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
ItemFailure | Gets an SPListDataValidationException.SPFailure object that contains information about a list item validation failure. | |
Message | (Inherited from Exception.) | |
NativeErrorMessage | Gets the native code error message that is associated with this SPException object. (Inherited from SPException.) | |
NativeStackTrace | Gets the native code stack trace associated with this SPException object. (Inherited from SPException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Saves information about the exception for serialization. (Overrides SPException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top