SPSecurityTokenServiceFailureUtilities.IsTokenIssuanceFailureException method
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function IsTokenIssuanceFailureException ( _
exception As Exception, _
<OutAttribute> ByRef errorNamespace As String, _
<OutAttribute> ByRef errorCode As String _
) As Boolean
'Usage
Dim exception As Exception
Dim errorNamespace As String
Dim errorCode As String
Dim returnValue As Boolean
returnValue = SPSecurityTokenServiceFailureUtilities.IsTokenIssuanceFailureException(exception, _
errorNamespace, errorCode)
public static bool IsTokenIssuanceFailureException(
Exception exception,
out string errorNamespace,
out string errorCode
)
Parameters
- exception
Type: System.Exception
- errorNamespace
Type: System.String
- errorCode
Type: System.String
Return value
Type: System.Boolean
See also
Reference
SPSecurityTokenServiceFailureUtilities class