Click or drag to resize

NLogConfigurationException Class

Exception thrown during NLog configuration.
Inheritance Hierarchy
SystemObject
  SystemException
    NLogNLogConfigurationException
      NLog.ConfigXmlParserException

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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