Logging::LogException Method
The LogException (Exception, String, CSEntry, Boolean) method logs an exception with information about the calling method, entry in the connector space, and whether the exception was caught and handled.
Syntax
public void LogException(
Exception ex,
String caller,
CSEntry csentry,
Boolean handledException
);
Public Sub LogException( _
ByVal ex As Exception, _
ByVal caller As String, _
ByVal csentry As CSEntry, _
ByVal handledException As Boolean _
)
Implements Logging.LogException
Parameters
ex
The exception to log.caller
The name of the method in which the exception occurred.csentry
The entry in the connector space where the exception occurred.handledException
Whether the exception was caught and handled.
Return Value
This method does not return a value.
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices.Logging |
Assembly | Logging (Logging.dll) |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009