Compartir a través de


: AccessDeniedException (Constructor) (String, IAccessControlList, Type, String) (Microsoft.Office.Server.ApplicationRegistry.Infrastructure)

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración

                      Public Sub New ( _
    message As String, _
    acl As IAccessControlList, _
    securableObjectType As Type, _
    securableObjectName As String _
)
'Uso

                      Dim message As String
Dim acl As IAccessControlList
Dim securableObjectType As Type
Dim securableObjectName As String

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

Parámetros

  • message
  • acl
  • securableObjectType
  • securableObjectName

Vea también

Referencia

AccessDeniedException (Clase)
AccessDeniedException (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Infrastructure (Espacio de nombres)