AccessDeniedException.FormatError - Méthode
Renvoie une chaîne non localisée qui contient des informations pour l'enregistrement.
Espace de noms : Microsoft.BusinessData.Infrastructure
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Shared Function FormatError ( _
acl As IAccessControlList, _
securableObjectType As MemberInfo, _
securableObjectName As String _
) As String
'Utilisation
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
)
Paramètres
acl
Type : Microsoft.BusinessData.Infrastructure.IAccessControlListLes autorisations présentes sur l'objet.
securableObjectType
Type : System.Reflection.MemberInfoLe type de l'objet pour lequel la demande a été refusée.
securableObjectName
Type : System.StringNom de l'objet pour lequel la demande a été refusée.
Valeur renvoyée
Type : System.String
Chaîne non localisée qui contient des informations pour l'enregistrement.