Freigeben über


SPClaimProviderException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der SPClaimProviderException -Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    exception As Exception _
)
'Usage
Dim message As String
Dim exception As Exception

Dim instance As New SPClaimProviderException(message, _
    exception)
public SPClaimProviderException(
    string message,
    Exception exception
)

Parameter

  • message
    Typ: System.String

    Die Fehlermeldung, die den Grund für die Ausnahme erklärt.

  • exception
    Typ: System.Exception

    Die Ausnahme, die die aktuelle Ausnahme verursacht. Wenn der Ausnahmeparameter kein null-Verweis ist, wird die aktuelle Ausnahme in einem Catch-Block ausgelöst, die innere Ausnahme behandelt.

Siehe auch

Referenz

SPClaimProviderException Klasse

SPClaimProviderException-Member

SPClaimProviderException-Überladung

Microsoft.SharePoint.Administration.Claims-Namespace