5 references to
System.Private.Xml (5)
System\Xml\Xsl\XslException.cs (2)
17: base(CreateMessage(res, args), inner) 28: base(CreateMessage(message, null), null)
System\Xml\Xslt\XsltException.cs (3)
72public XsltException() : this(string.Empty, (Exception?)null) { } 74public XsltException(string message) : this(message, (Exception?)null) { } 174public XsltCompileException(string message, Exception innerException) : base(message, innerException) { }