System.Configuration.ErrorInfoXmlDocument
namespace System.Configuration
{
internal sealed class ErrorInfoXmlDocument : XmlDocument, IConfigErrorInfo
{
public ErrorInfoXmlDocument();
}
}
namespace System.Configuration
{
}