AccessDeniedException Constructor (String, IAccessControlList, Type, String)
NOTE: This API is now obsolete.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Sub New ( _
message As String, _
acl As IAccessControlList, _
securableObjectType As Type, _
securableObjectName As String _
)
'Usage
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)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public AccessDeniedException(
string message,
IAccessControlList acl,
Type securableObjectType,
string securableObjectName
)
Parameters
- message
Type: System.String
- securableObjectType
Type: System.Type
- securableObjectName
Type: System.String
See Also
Reference
AccessDeniedException Overload
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace