AccessDeniedException Constructor (Type, String, IExceptionHelper)
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
securableObjectType As Type, _
securableObjectName As String, _
exh As IExceptionHelper _
)
'Usage
Dim securableObjectType As Type
Dim securableObjectName As String
Dim exh As IExceptionHelper
Dim instance As New AccessDeniedException(securableObjectType, _
securableObjectName, exh)
public AccessDeniedException(
Type securableObjectType,
string securableObjectName,
IExceptionHelper exh
)
Parameters
- securableObjectType
Type: System.Type
- securableObjectName
Type: System.String