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.
Logs the exception event.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Sub LogEvent ( _
message As String _
)
'Usage
Dim instance As IExceptionHelper
Dim message As String
instance.LogEvent(message)
void LogEvent(
string message
)
Parameters
message
Type: System.StringThe localized exception message.