AccessDeniedException 构造函数 (String, Exception, IAccessControlList, Type, String) (Microsoft.Office.Server.ApplicationRegistry.Infrastructure)

命名空间: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    inner As Exception, _
    acl As IAccessControlList, _
    securableObjectType As Type, _
    securableObjectName As String _
)
用法
Dim message As String
Dim inner As Exception
Dim acl As IAccessControlList
Dim securableObjectType As Type
Dim securableObjectName As String

Dim instance As New AccessDeniedException(message, inner, acl, securableObjectType, securableObjectName)
public AccessDeniedException (
    string message,
    Exception inner,
    IAccessControlList acl,
    Type securableObjectType,
    string securableObjectName
)

参数

  • message
  • inner
  • acl
  • securableObjectType
  • securableObjectName

另请参阅

参考

AccessDeniedException 类
AccessDeniedException 成员
Microsoft.Office.Server.ApplicationRegistry.Infrastructure 命名空间