SPSite.CatchAccessDeniedException - Propriété
Réservé à une utilisation interne. Utilisez la propriété CatchAccessDeniedException au lieu de cela pour spécifier si SharePoint Foundation intercepte et gère les exceptions « Accès refusé ».
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property CatchAccessDeniedException As Boolean
Get
Set
'Utilisation
Dim instance As SPSite
Dim value As Boolean
value = instance.CatchAccessDeniedException
instance.CatchAccessDeniedException = value
public bool CatchAccessDeniedException { get; set; }
Valeur de propriété
Type : System.Boolean
true si SharePoint Foundation intercepte et gère les exceptions « Accès refusé » ; dans le cas contraire, false.