log4net SDK Documentation - Microsoft .NET Framework 4.0

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

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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