AccessDeniedException Constructor (IAccessControlList, Type, String)
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
acl As IAccessControlList, _
securableObjectType As Type, _
securableObjectName As String _
)
'Usage
Dim acl As IAccessControlList
Dim securableObjectType As Type
Dim securableObjectName As String
Dim instance As New AccessDeniedException(acl, securableObjectType, _
securableObjectName)
public AccessDeniedException(
IAccessControlList acl,
Type securableObjectType,
string securableObjectName
)
Parameters
- securableObjectType
Type: System.Type
- securableObjectName
Type: System.String
See Also
Reference
AccessDeniedException Overload
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace