log4net SDK Reference

LogException Class

Exception base type for log4net.

For a list of all members of this type, see LogException Members.

System.Object
   System.Exception
      System.ApplicationException
         log4net.Core.LogException

[Visual Basic]
Public Class LogException
    Inherits ApplicationException
[C#]
public class LogException : ApplicationException

Thread Safety

This type is not safe for multithreaded operations.

Remarks

This type extends ApplicationException. It does not add any new functionality but does differentiate the type of exception being thrown.

Requirements

Namespace: log4net.Core

Assembly: log4net (in log4net.dll)

See Also

LogException Members | log4net.Core Namespace