System.Xml.Schema.XmlSchemaInferenceException
namespace System.Xml.Schema
{
public class XmlSchemaInferenceException : XmlSchemaException
{
public XmlSchemaInferenceException();
protected XmlSchemaInferenceException(SerializationInfo info, StreamingContext context);
public XmlSchemaInferenceException(string message);
public XmlSchemaInferenceException(string message, Exception innerException);
public XmlSchemaInferenceException(string message, Exception innerException, int lineNumber, int linePosition);
}
}