IExceptionHelper.TraceMessage Method
Traces the exception message.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Sub TraceMessage ( _
message As String _
)
'Usage
Dim instance As IExceptionHelper
Dim message As String
instance.TraceMessage(message)
void TraceMessage(
string message
)
Parameters
message
Type: System.StringThe localized exception message.