Click or drag to resize

NLogConfigurationException Class

Exception thrown during NLog configuration.
Inheritance Hierarchy
SystemObject
  SystemException
    NLogNLogConfigurationException

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
[SerializableAttribute]
public class NLogConfigurationException : Exception
Constructors
  NameDescription
Public methodNLogConfigurationException
Initializes a new instance of the NLogConfigurationException class.
Public methodNLogConfigurationException(String)
Initializes a new instance of the NLogConfigurationException class.
Protected methodNLogConfigurationException(SerializationInfo, StreamingContext)
Initializes a new instance of the NLogConfigurationException class.
Public methodNLogConfigurationException(String, Exception)
Initializes a new instance of the NLogConfigurationException class.
Top
See Also