Click or drag to resize

XmlParserException Class

Exception thrown during XML parsing
Inheritance Hierarchy
SystemObject
  SystemException
    NLogNLogConfigurationException
      NLog.ConfigXmlParserException

Namespace:  NLog.Config
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public sealed class XmlParserException : NLogConfigurationException
Constructors
  NameDescription
Public methodXmlParserException
Initializes a new instance of the XmlParserException class.
Public methodXmlParserException(String)
Initializes a new instance of the XmlParserException class.
Public methodXmlParserException(String, Exception)
Initializes a new instance of the XmlParserException class.
Top
See Also