ListDataValidationExceptionValue Class

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

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.ListDataValidationExceptionValue

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.ListDataValidationExceptionValue", ValueObject := True,  _
    ServerTypeId := "{356fe248-721a-4adf-af96-20822bc5476e}")> _
Public NotInheritable Class ListDataValidationExceptionValue _
    Inherits ClientValueObject
'Usage
Dim instance As ListDataValidationExceptionValue
[ScriptTypeAttribute("SP.ListDataValidationExceptionValue", ValueObject = true, 
    ServerTypeId = "{356fe248-721a-4adf-af96-20822bc5476e}")]
public sealed class ListDataValidationExceptionValue : ClientValueObject

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ListDataValidationExceptionValue Members

Microsoft.SharePoint.Client Namespace