AccessDeniedException.ToString Method
Returns all the information about the access control list (ACL), including who is trying to access it and what it contains.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As AccessDeniedException
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
A string containing all the information about the ACL, ), including who is trying to access it and what it contains.
Implements
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace