ServerUtils.IsAccessDeniedException - Méthode

Détermine si une exception est un résultat d'autorisations insuffisantes.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly :  Microsoft.PerformancePoint.Scorecards.ServerCommon (dans Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntaxe

'Déclaration
Public Shared Function IsAccessDeniedException ( _
    ex As Exception _
) As Boolean
'Utilisation
Dim ex As Exception
Dim returnValue As Boolean

returnValue = ServerUtils.IsAccessDeniedException(ex)
public static bool IsAccessDeniedException(
    Exception ex
)

Paramètres

Valeur renvoyée

Type : System.Boolean
true si l'exception est le résultat d'autorisations insuffisantes ; dans le cas contraire, false.

Voir aussi

Référence

ServerUtils classe

ServerUtils - Membres

Microsoft.PerformancePoint.Scorecards.ServerCommon - Espace de noms