Share via


SPClaimProviderException constructor (String)

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 _
)
'Usage
Dim message As String

Dim instance As New SPClaimProviderException(message)
public SPClaimProviderException(
    string message
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See also

Reference

SPClaimProviderException class

SPClaimProviderException members

SPClaimProviderException overload

Microsoft.SharePoint.Administration.Claims namespace