System.Configuration.ConfigXmlDocument
namespace System.Configuration
{
public sealed class ConfigXmlDocument : XmlDocument, IConfigErrorInfo
{
public int LineNumber { get; }
public string Filename { get; }
public void LoadSingleElement(string filename, XmlTextReader sourceReader);
public ConfigXmlDocument();
}
}