System.Configuration.ErrorInfoXmlDocument
namespace System.Configuration
{
internal sealed class ErrorInfoXmlDocument : XmlDocument, IConfigErrorInfo
{
public ErrorInfoXmlDocument();
}
}
namespace System.Configuration
{
public class SettingsContext : Hashtable
{
public SettingsContext();
protected SettingsContext(SerializationInfo serializationInfo, StreamingContext streamingContext);
}
}