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
)
パラメーター
acl
型: Microsoft.BusinessData.Infrastructure.IAccessControlListオブジェクトの権限を表示します。
securableObjectType
型: System.Reflection.MemberInfo要求が拒否されたオブジェクトの種類。
securableObjectName
型: System.String要求は拒否されましたが、オブジェクトの名前です。
戻り値
型: System.String
ログの情報を含むローカライズ文字列。