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)

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.

See also

Reference

SPInvalidPropertyException members

Microsoft.SharePoint namespace