SPInvalidPropertyException Class
Represents an exception that is thrown for invalid properties in a property bag.
Inheritance Hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.SharePoint.SPException
Microsoft.SharePoint.SPInvalidPropertyException
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public NotInheritable Class SPInvalidPropertyException _
Inherits SPException
'Usage
Dim instance As SPInvalidPropertyException
public sealed class SPInvalidPropertyException : SPException
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.