5 references to XsltException
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1174throw new XsltException(SR.Xslt_InvalidXPath, new string[] { Expression }, _baseUri, _lineNumber, _linePosition, null);
System\Xml\Xslt\XsltException.cs (4)
77this(SR.Xml_UserException, new string?[] { message }, null, 0, 0, innerException) 83return new XsltException(res, args, null, 0, 0, null); 88return new XsltException(res, args, null, 0, 0, inner); 177base(