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.
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.