Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use. Use the CatchAccessDeniedException property instead to specify whether SharePoint Foundation traps and handles “Access Denied” exceptions.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property CatchAccessDeniedException As Boolean
Get
Set
'Usage
Dim instance As SPSite
Dim value As Boolean
value = instance.CatchAccessDeniedException
instance.CatchAccessDeniedException = value
public bool CatchAccessDeniedException { get; set; }
Property Value
Type: System.Boolean
true if SharePoint Foundation traps and handles “Access Denied” exceptions; otherwise, false.