System\Xml\Xsl\XsltOld\Compiler.cs (19)
319throw XsltException.Create(Res.Xslt_DupVarName, variable.NameStr);
337throw XsltException.Create(Res.Xslt_DupVarName, variable.NameStr);
407catch (XsltException) {
428throw XsltException.Create(Res.Xslt_InvalidAttrValue, Input.LocalName, value);
448throw XsltException.Create(Res.Xslt_InvalidAttribute, name, element);
457throw XsltException.Create(Res.Xslt_MissingAttribute, attributeAtom);
512throw XsltException.Create(Res.Xslt_CantResolve, relativeUri);
534throw XsltException.Create(Res.Xslt_CantResolve, resolved);
649throw XsltException.Create(Res.Xslt_InvalidXPath, new string[] { xpathQuery }, e);
708throw XsltException.Create(Res.Xslt_ScriptMixedLanguages, ns);
715throw XsltException.Create(Res.Xslt_InvalidExtensionNamespace);
817throw XsltException.Create(Res.Xslt_ScriptCompileErrors, stringWriter.ToString());
838throw XsltException.Create(Res.Xslt_InvalidAttrValue, this.input.LocalName, prefix);
867throw XsltException.Create(Res.Xslt_SingleRightAvt, avt);
891throw XsltException.Create(Res.Xslt_NestedAvt, avt);
895throw XsltException.Create(Res.Xslt_EmptyAvtExpr, avt);
922throw XsltException.Create(state == InExp ? Res.Xslt_OpenBracesAvt : Res.Xslt_OpenLiteralAvt, avt);
1142public XsltException UnexpectedKeyword() {
1147return XsltException.Create(Res.Xslt_UnexpectedKeyword, thisName, parentName);
System\Xml\Xsl\XsltOld\ContainerAction.cs (21)
67throw XsltException.Create(Res.Xslt_InvalidAttrValue, "version", version);
90throw XsltException.Create(Res.Xslt_MissingAttribute, "version");
94throw XsltException.Create(Res.Xslt_InvalidAttribute, badAttribute, element);
124throw XsltException.Create(Res.Xslt_WdXslNamespace);
126throw XsltException.Create(Res.Xslt_WrongStylesheetElement);
141throw XsltException.Create(Res.Xslt_WrongStylesheetElement);
151throw XsltException.Create(Res.Xslt_WrongStylesheetElement);
210throw XsltException.Create(Res.Xslt_CircularInclude, resolved);
253throw XsltException.Create(Res.Xslt_InvalidAttribute, name, element);
295throw XsltException.Create(Res.Xslt_InvalidAttribute, name, element);
378throw XsltException.Create(Res.Xslt_InvalidAttrValue, compiler.Input.LocalName, compiler.Input.Value);
402throw XsltException.Create(Res.Xslt_InvalidAttrValue, "elements", name);
434throw XsltException.Create(Res.Xslt_NotFirstImport);
441throw XsltException.Create(Res.Xslt_CircularInclude, resolved);
502throw XsltException.Create(Res.Xslt_NullNsAtTopLevel, input.Name);
515throw XsltException.Create(Res.Xslt_InvalidContents, "stylesheet");
770throw XsltException.Create(Res.Xslt_ScriptInvalidLanguage, langName);
775throw XsltException.Create(Res.Xslt_InvalidAttrValue, input.LocalName, input.Value);
784throw XsltException.Create(Res.Xslt_MissingAttribute, input.Atoms.ImplementsPrefix);
787throw XsltException.Create(Res.Xslt_ScriptEmpty);
833throw XsltException.Create(Res.Xslt_DuplicateWithParam, name.ToString());
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (11)
68throw XsltException.Create(Res.Xslt_InvalidVariable, qname.ToString());
83throw XsltException.Create(Res.Xslt_InvalidVariable, variable.Name.ToString());
195throw XsltException.Create(Res.Xslt_ScriptInvalidPrefix, prefix); // BugBug: It's better to say that method 'name' not found
200throw XsltException.Create(Res.Xslt_UnknownXsltFunction, name);
203throw XsltException.Create(Res.Xslt_WrongNumberArgs, name, argTypes.Length.ToString(CultureInfo.InvariantCulture));
304throw XsltException.Create(Res.Xslt_InvalidPattern, matchStr);
330throw XsltException.Create(Res.Xslt_NoDecimalFormat, formatName);
446throw XsltException.Create(Res.Xslt_InvalidPrefix, prefix);
537throw XsltException.Create(Res.Xslt_NoNodeSetConversion);
545throw XsltException.Create(Res.Xslt_NoNavigatorConversion);
629throw XsltException.Create(Res.Xslt_UnsuppFunction, "unparsed-entity-uri");