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

System.Xml.Xsl.XsltCompileException

namespace System.Xml.Xsl { public class XsltCompileException : XsltException { public XsltCompileException(); public XsltCompileException(Exception inner, string sourceUri, int lineNumber, int linePosition); protected XsltCompileException(SerializationInfo info, StreamingContext context); public XsltCompileException(string message); public XsltCompileException(string message, Exception innerException); } }