System.Configuration.ConfigXmlWhitespace
namespace System.Configuration
{
internal sealed class ConfigXmlWhitespace : XmlWhitespace, IConfigErrorInfo
{
public ConfigXmlWhitespace(string filename, int line, string comment, XmlDocument doc);
}
}