SP.ListDataValidationExceptionValue object
The exception that is thrown when the data for a list field or list item fails validation.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.ListDataValidationExceptionValue()
The ListDataValidationExceptionValue object has the following members.
Constructor
The ListDataValidationExceptionValue object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.ListDataValidationExceptionValue object. |
Methods
The ListDataValidationExceptionValue object has the following methods.
|
Method |
Description |
|---|---|
|
|
|
|
|
Properties
The ListDataValidationExceptionValue object has the following properties.
|
Property |
Description |
|---|---|
|
Gets a collection of SP.ListDataValidationExceptionValue objects that contain information about field validation failures. |
|
|
Gets an SP.ListDataValidationFailure object that contains information about a list item validation failure. |
|
|
This member is reserved for internal use and is not intended to be used directly from your code. |