Share via


SPClaimProviderException constructor (String, Exception)

Initializes a new instance of the SPClaimProviderException class.

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
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

  • exception
    Type: System.Exception

    The exception that is the cause of the current exception. If the exception parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.

See also

Reference

SPClaimProviderException class

SPClaimProviderException members

SPClaimProviderException overload

Microsoft.SharePoint.Administration.Claims namespace