LogException ClassApache log4netâ„¢ SDK Documentation
Exception base type for log4net.
Inheritance Hierarchy

OnlineSystem.Object
  OnlineSystem.Exception
    OnlineSystem.ApplicationException
      log4net.Core.LogException

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

[SerializableAttribute]
public class LogException : ApplicationException
Remarks

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

See Also