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