<PackageReference Include="NETStandard.Library" Version="2.0.3" />

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); } }