LoggingExceptionHandler Class

Represents an IExceptionHandler that formats the exception into a log message and sends it to the Enterprise Library Logging Application Block.

Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class LoggingExceptionHandler : IExceptionHandler
'Declaration
Public Class LoggingExceptionHandler
    Implements IExceptionHandler
public ref class LoggingExceptionHandler : IExceptionHandler

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.LoggingExceptionHandler

See Also

LoggingExceptionHandler Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging Namespace