次の方法で共有


AccessDeniedException コンストラクター (Type, String, IExceptionHelper)

ACL、オブジェクトの種類、およびアクセス拒否に関連するオブジェクト名を示す例外を作成します。

名前空間:  Microsoft.BusinessData.Infrastructure
アセンブリ:  Microsoft.BusinessData (Microsoft.BusinessData.dll 内)

構文

'宣言
Public Sub New ( _
    securableObjectType As Type, _
    securableObjectName As String, _
    exh As IExceptionHelper _
)
'使用
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
)

パラメーター

  • securableObjectType
    型: System.Type

    セキュリティ保護可能オブジェクトの種類。

  • securableObjectName
    型: System.String

    セキュリティ保護可能オブジェクトの名前です。

関連項目

参照先

AccessDeniedException クラス

AccessDeniedException メンバー

AccessDeniedException オーバーロード

Microsoft.BusinessData.Infrastructure 名前空間