ListDataValidationExceptionValue Members

Include Protected Members
Include Inherited Members

The exception that is thrown when the data for a list field or list item fails validation.

The ListDataValidationExceptionValue type exposes the following members.

Constructors

  Name Description
Public method ListDataValidationExceptionValue Initializes a new instance of the ListDataValidationExceptionValue class.

Top

Properties

  Name Description
Public property FieldFailures Gets a collection of ListDataValidationFailure objects that contain information about field validation failures.
Public property ItemFailure Gets an ListDataValidationFailure object that contains information about a list item validation failure.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

See Also

Reference

ListDataValidationExceptionValue Class

Microsoft.SharePoint.Client Namespace