共用方式為


SPClaimProviderException class

代表組件名稱及類別名稱的宣告提供者定義不會繼承自SPClaimProvider類別的類型時,會擲回例外狀況。

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Administration.Claims.SPClaimProviderException

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPClaimProviderException _
    Inherits Exception
'用途
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.

請參閱

參照

SPClaimProviderException members

Microsoft.SharePoint.Administration.Claims namespace