SPClaimProviderException class
Represents an exception that is thrown when the assembly name and class name of a claim provider define a type that does not inherit from SPClaimProvider class.
Inheritance hierarchy
System.Object
System.Exception
Microsoft.SharePoint.Administration.Claims.SPClaimProviderException
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPClaimProviderException _
Inherits Exception
'Usage
Dim instance As SPClaimProviderException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPClaimProviderException : Exception
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.