SPListDataValidationException.SPFailure Class
Describes a specific validation failure when a list item is inserted or updated.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPListDataValidationException.SPFailure
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableTypeAttribute(Name := "ListDataValidationFailure", ServerTypeId := "6e0bc783-53a2-4506-827f-135040524794", _
ValueObject := True)> _
Public Class SPFailure
'Usage
Dim instance As SPListDataValidationException.SPFailure
[ClientCallableTypeAttribute(Name = "ListDataValidationFailure", ServerTypeId = "6e0bc783-53a2-4506-827f-135040524794",
ValueObject = true)]
public class SPFailure
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.