2 types derived from XsltException
System.Data.SqlXml (1)
System\Xml\Xsl\XslException.cs (1)
20internal class XslTransformException : XsltException {
System.Xml (1)
System\Xml\Xslt\XsltException.cs (1)
132public class XsltCompileException : XsltException {
2 instantiations of XsltException
System.Xml (2)
System\Xml\Xslt\XsltException.cs (2)
74return new XsltException(res, args, null, 0, 0, null); 78return new XsltException(res, args, null, 0, 0, inner);
106 references to XsltException
System.Data.SqlXml (104)
System\Xml\Xsl\QIL\QilVisitor.cs (1)
439throw XsltException.Create(System.Xml.Utils.Res.Xslt_InputTooComplex);
System\Xml\Xsl\Runtime\DecimalFormatter.cs (7)
46throw XsltException.Create(Res.Xslt_InvalidFormat); 71throw XsltException.Create(Res.Xslt_InvalidFormat1, formatPicture); 80throw XsltException.Create(Res.Xslt_InvalidFormat2, formatPicture); 89throw XsltException.Create(Res.Xslt_InvalidFormat8); 92throw XsltException.Create(Res.Xslt_InvalidFormat3, formatPicture); 124throw XsltException.Create(Res.Xslt_InvalidFormat5, formatPicture); 169throw XsltException.Create(Res.Xslt_InvalidFormat8);
System\Xml\Xsl\XsltOld\ApplyImportsAction.cs (1)
22throw XsltException.Create(Res.Xslt_ApplyImports);
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
113throw XsltException.Create(Res.Xslt_InvalidContents, "apply-templates");
System\Xml\Xsl\XsltOld\AttributeAction.cs (2)
32throw XsltException.Create(Res.Xslt_ReservedNS, nsUri); 52throw XsltException.Create(Res.Xslt_InvalidPrefix, qname.Prefix);
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
77throw XsltException.Create(Res.Xslt_InvalidContents, "attribute-set");
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (2)
67throw XsltException.Create(Res.Xslt_InvalidContents, "call-template"); 94throw XsltException.Create(Res.Xslt_InvalidCallTemplate, this.name.ToString());
System\Xml\Xsl\XsltOld\ChooseAction.cs (4)
41throw XsltException.Create(Res.Xslt_WhenAfterOtherwise); 48throw XsltException.Create(Res.Xslt_DupOtherwise); 71throw XsltException.Create(Res.Xslt_InvalidContents, "choose"); 76throw XsltException.Create(Res.Xslt_NoWhen);
System\Xml\Xsl\XsltOld\CompiledAction.cs (3)
32throw XsltException.Create(Res.Xslt_InvalidAttribute, input.LocalName, element); 72throw XsltException.Create(Res.Xslt_NotEmptyContents, elementName); 86throw XsltException.Create(Res.Xslt_MissingAttribute, attrName);
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\ElementAction.cs (1)
31throw XsltException.Create(Res.Xslt_ReservedNS, nsUri);
System\Xml\Xsl\XsltOld\InputScopeManager.cs (1)
99throw XsltException.Create(Res.Xslt_InvalidPrefix, prefix);
System\Xml\Xsl\XsltOld\MessageAction.cs (1)
58throw XsltException.Create(Res.Xslt_Terminate, recOutput.Writer.ToString());
System\Xml\Xsl\XsltOld\NewInstructionAction.cs (1)
52throw XsltException.Create(Res.Xslt_UnknownExtensionElement, this.name);
System\Xml\Xsl\XsltOld\NumberAction.cs (3)
162throw XsltException.Create(Res.Xslt_InvalidAttrValue, "level", value); 209throw XsltException.Create(Res.Xslt_CharAttribute, "grouping-separator"); 649throw XsltException.Create(Res.Xslt_InvalidAttrValue, "letter-value", letter);
System\Xml\Xsl\XsltOld\PrefixQname.cs (3)
39throw XsltException.Create(Res.Xslt_InvalidQName, qname); 51throw XsltException.Create(Res.Xslt_InvalidQName, qname); 58throw XsltException.Create(Res.Xslt_InvalidQName, qname);
System\Xml\Xsl\XsltOld\Processor.cs (5)
179throw XsltException.Create(Res.Xslt_CantResolve, ruri.ToString()); 337throw XsltException.Create(Res.Xslt_ScriptDub, namespaceUri); 580throw XsltException.Create(Res.XPath_NodeSetExpected); 630throw XsltException.Create(Res.Xslt_InvalidPattern, this.GetQueryExpression(key)); 899throw XsltException.Create(Res.Xslt_CircularReference, variable.NameStr);
System\Xml\Xsl\XsltOld\RootAction.cs (3)
111throw XsltException.Create(Res.Xslt_NoAttributeSet, name.ToString()); 169throw XsltException.Create(Res.Xslt_CircularAttributeSet, qname.ToString()); 211throw XsltException.Create(Res.Xslt_DupDecimalFormat, name.ToString());
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
132throw XsltException.Create(Res.Xslt_MultipleRoots);
System\Xml\Xsl\XsltOld\SortAction.cs (4)
44throw XsltException.Create(Res.Xslt_InvalidAttrValue, "lang", value); 63throw XsltException.Create(Res.Xslt_InvalidAttrValue, "data-type", value); 81throw XsltException.Create(Res.Xslt_InvalidAttrValue, "order", value); 97throw XsltException.Create(Res.Xslt_InvalidAttrValue, "case-order", value);
System\Xml\Xsl\XsltOld\Stylesheet.cs (1)
157throw XsltException.Create(Res.Xslt_DupTemplateName, template.Name.ToString());
System\Xml\Xsl\XsltOld\TemplateAction.cs (3)
54throw XsltException.Create(Res.Xslt_TemplateNoAttrib); 57throw XsltException.Create(Res.Xslt_InvalidModeAttribute); 96throw XsltException.Create(Res.Xslt_InvalidAttrValue, "priority", value);
System\Xml\Xsl\XsltOld\UseAttributesetsAction.cs (1)
47catch (XsltException) {
System\Xml\Xsl\XsltOld\VariableAction.cs (1)
69throw XsltException.Create(Res.Xslt_VariableCntSel2, this.nameStr);
System\Xml\Xsl\XsltOld\WithParamAction.cs (1)
27throw XsltException.Create(Res.Xslt_VariableCntSel2, this.nameStr);
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");
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
205throw XsltException.Create(Res.Xslt_InvalidAttrValue, "method", value);
System.Xml (2)
System\Xml\Xslt\XsltException.cs (2)
73internal static XsltException Create(string res, params string[] args) { 77internal static XsltException Create(string res, string[] args, Exception inner) {