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