次の方法で共有


AccessDeniedException.FormatError メソッド

ログの情報を含むローカライズ文字列を返します。

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

構文

'宣言
Public Shared Function FormatError ( _
    acl As IAccessControlList, _
    securableObjectType As MemberInfo, _
    securableObjectName As String _
) As String
'使用
Dim acl As IAccessControlList
Dim securableObjectType As MemberInfo
Dim securableObjectName As String
Dim returnValue As String

returnValue = AccessDeniedException.FormatError(acl, _
    securableObjectType, securableObjectName)
public static string FormatError(
    IAccessControlList acl,
    MemberInfo securableObjectType,
    string securableObjectName
)

パラメーター

  • securableObjectName
    型: System.String

    要求は拒否されましたが、オブジェクトの名前です。

戻り値

型: System.String
ログの情報を含むローカライズ文字列。

関連項目

参照先

AccessDeniedException クラス

AccessDeniedException メンバー

Microsoft.BusinessData.Infrastructure 名前空間