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