System.Configuration.SectionXmlInfo sealed class SectionXmlInfo : IConfigErrorInfo Documentation Code namespace System.Configuration { internal sealed class SectionXmlInfo : IConfigErrorInfo { public string Filename { get; } public int LineNumber { get; set; } } }