IExceptionHelper.GetLocalizedMessage Method
Returns the localized exception message.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetLocalizedMessage ( _
tag As StandardExceptionMessageTags _
) As String
'Usage
Dim instance As IExceptionHelper
Dim tag As StandardExceptionMessageTags
Dim returnValue As String
returnValue = instance.GetLocalizedMessage(tag)
string GetLocalizedMessage(
StandardExceptionMessageTags tag
)
Parameters
tag
Type: Microsoft.BusinessData.Infrastructure.StandardExceptionMessageTagsThe standard exception message tag.
Return Value
Type: System.String
The localized exception message.