Share via


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

Return Value

Type: System.String
The localized exception message.

See Also

Reference

IExceptionHelper Interface

IExceptionHelper Members

Microsoft.BusinessData.Infrastructure Namespace