SPSite.CatchAccessDeniedException property

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)

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.

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace