IExceptionHelper.GetLocalizedMessage - Méthode
Renvoie le message d'exception localisées.
Espace de noms : Microsoft.BusinessData.Infrastructure
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Function GetLocalizedMessage ( _
tag As StandardExceptionMessageTags _
) As String
'Utilisation
Dim instance As IExceptionHelper
Dim tag As StandardExceptionMessageTags
Dim returnValue As String
returnValue = instance.GetLocalizedMessage(tag)
string GetLocalizedMessage(
StandardExceptionMessageTags tag
)
Paramètres
tag
Type : Microsoft.BusinessData.Infrastructure.StandardExceptionMessageTagsLes balises de message exception standard.
Valeur renvoyée
Type : System.String
Message d'exception localisées.