Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.