Common Logging 2.0 API Reference

ConfigurationException Class

The exception that is thrown when a configuration system error has occurred with Common.Logging

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

System.Object
   Exception
      ApplicationException
         ConfigurationException

[Visual Basic]
<Serializable> _
Public Class ConfigurationException
    Inherits ApplicationException
[C#]
[Serializable]
public class ConfigurationException : 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.

Requirements

Namespace: Common.Logging

Assembly: Common.Logging (in Common.Logging.dll)

See Also

ConfigurationException Members | Common.Logging Namespace