System\Xml\Xsl\XsltOld\Compiler.cs (18)
343throw XsltException.Create(SR.Xslt_DupVarName, variable.NameStr);
365throw XsltException.Create(SR.Xslt_DupVarName, variable.NameStr);
448catch (XsltException)
474throw XsltException.Create(SR.Xslt_InvalidAttrValue, Input.LocalName, value);
500throw XsltException.Create(SR.Xslt_InvalidAttribute, name, element);
510throw XsltException.Create(SR.Xslt_MissingAttribute, attributeAtom);
573throw XsltException.Create(SR.Xslt_CantResolve, relativeUri);
599throw XsltException.Create(SR.Xslt_CantResolve, resolved);
727throw XsltException.Create(SR.Xslt_InvalidXPath, new string[] { xpathQuery }, e);
765throw XsltException.Create(SR.Xslt_ScriptMixedLanguages, ns);
774throw XsltException.Create(SR.Xslt_InvalidExtensionNamespace);
794throw XsltException.Create(SR.Xslt_InvalidAttrValue, _input.LocalName, prefix);
831throw XsltException.Create(SR.Xslt_SingleRightAvt, avt);
859throw XsltException.Create(SR.Xslt_NestedAvt, avt);
864throw XsltException.Create(SR.Xslt_EmptyAvtExpr, avt);
893throw XsltException.Create(state == InExp ? SR.Xslt_OpenBracesAvt : SR.Xslt_OpenLiteralAvt, avt);
1150public XsltException UnexpectedKeyword()
1156return XsltException.Create(SR.Xslt_UnexpectedKeyword, thisName, parentName);
System\Xml\Xsl\XsltOld\ContainerAction.cs (21)
75throw XsltException.Create(SR.Xslt_InvalidAttrValue, "version", version);
103throw XsltException.Create(SR.Xslt_MissingAttribute, "version");
108throw XsltException.Create(SR.Xslt_InvalidAttribute, badAttribute, element);
144throw XsltException.Create(SR.Xslt_WdXslNamespace);
146throw XsltException.Create(SR.Xslt_WrongStylesheetElement);
164throw XsltException.Create(SR.Xslt_WrongStylesheetElement);
176throw XsltException.Create(SR.Xslt_WrongStylesheetElement);
244throw XsltException.Create(SR.Xslt_CircularInclude, resolved);
298throw XsltException.Create(SR.Xslt_InvalidAttribute, name, element);
348throw XsltException.Create(SR.Xslt_InvalidAttribute, name, element);
449throw XsltException.Create(SR.Xslt_InvalidAttrValue, compiler.Input.LocalName, compiler.Input.Value);
479throw XsltException.Create(SR.Xslt_InvalidAttrValue, "elements", name);
516throw XsltException.Create(SR.Xslt_NotFirstImport);
524throw XsltException.Create(SR.Xslt_CircularInclude, resolved);
604throw XsltException.Create(SR.Xslt_NullNsAtTopLevel, input.Name);
617throw XsltException.Create(SR.Xslt_InvalidContents, "stylesheet");
924throw XsltException.Create(SR.Xslt_ScriptInvalidLanguage, langName);
931throw XsltException.Create(SR.Xslt_InvalidAttrValue, input.LocalName, input.Value);
941throw XsltException.Create(SR.Xslt_MissingAttribute, input.Atoms.ImplementsPrefix);
945throw XsltException.Create(SR.Xslt_ScriptEmpty);
1002throw XsltException.Create(SR.Xslt_DuplicateWithParam, name.ToString());
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (11)
74throw XsltException.Create(SR.Xslt_InvalidVariable, qname.ToString());
93throw XsltException.Create(SR.Xslt_InvalidVariable, variable.Name!.ToString());
235throw XsltException.Create(SR.Xslt_ScriptInvalidPrefix, prefix); // BugBug: It's better to say that method 'name' not found
241throw XsltException.Create(SR.Xslt_UnknownXsltFunction, name);
245throw XsltException.Create(SR.Xslt_WrongNumberArgs, name, argTypes.Length.ToString(CultureInfo.InvariantCulture));
364throw XsltException.Create(SR.Xslt_InvalidPattern, matchStr);
398throw XsltException.Create(SR.Xslt_NoDecimalFormat, formatName);
536throw XsltException.Create(SR.Xslt_InvalidPrefix, prefix);
639throw XsltException.Create(SR.Xslt_NoNodeSetConversion);
649throw XsltException.Create(SR.Xslt_NoNavigatorConversion);
756throw XsltException.Create(SR.Xslt_UnsuppFunction, "unparsed-entity-uri");