IExceptionHelper.LogEvent Method
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.