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.StringThe error message that explains the reason for the exception.
exception
Type: System.ExceptionThe 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