1 type derived from XslTransformException
System.Private.Xml (1)
System\Xml\Xsl\XslException.cs (1)
102internal class XslLoadException : XslTransformException
46 instantiations of XslTransformException
System.Private.Xml (46)
System\Xml\Xsl\IlGen\GenerateHelper.cs (2)
709throw new XslTransformException(SR.XmlIl_TooManyParameters); 723throw new XslTransformException(SR.XmlIl_TooManyParameters);
System\Xml\Xsl\Runtime\XmlCollation.cs (6)
198throw new XslTransformException(SR.Coll_UnsupportedLanguage, lang); 211throw new XslTransformException(SR.Coll_Unsupported, collationLiteral); 228throw new XslTransformException(SR.Coll_BadOptFormat, option); 254throw new XslTransformException(SR.Coll_UnsupportedOpt, pair[0]); 263throw new XslTransformException(SR.Coll_UnsupportedOptVal, pair[0], pair[1]); 333throw new XslTransformException(SR.Coll_UnsupportedSortOpt, sort);
System\Xml\Xsl\Runtime\XmlExtensionFunction.cs (7)
201throw new XslTransformException(/*[XT_037]*/SR.XmlIl_AmbiguousExtensionMethod, _namespaceUri, _name, _numArgs.ToString(CultureInfo.InvariantCulture)); 213throw new XslTransformException(/*[XT_038]*/SR.XmlIl_NonPublicExtensionMethod, _namespaceUri, _name); 215throw new XslTransformException(/*[XT_039]*/SR.XmlIl_NoExtensionMethod, _namespaceUri, _name, _numArgs.ToString(CultureInfo.InvariantCulture)); 219throw new XslTransformException(/*[XT_040]*/SR.XmlIl_GenericExtensionMethod, _namespaceUri, _name); 290throw new XslTransformException(e.InnerException, SR.XmlIl_ExtensionError, _name); 298throw new XslTransformException(e, SR.XmlIl_ExtensionError, _name); 333throw new XslTransformException(/*[XT_050]*/SR.XmlIl_ByRefType, _namespaceUri, _name);
System\Xml\Xsl\Runtime\XmlQueryContext.cs (6)
68throw new XslTransformException(SR.XmlIl_UnknownDocument, s); 107throw new XslTransformException(SR.XmlIl_NoDefaultDocument, string.Empty); 156throw new XslTransformException(e, SR.XmlIl_DocumentLoadError, uriRelative); 194throw new XslTransformException(SR.XmlIl_CantStripNav, string.Empty); 200throw new XslTransformException(SR.XmlIl_CantResolveEntity, uriRelative, dataSource.GetType().ToString()); 266throw new XslTransformException(SR.XmlIl_UnknownExtObj, namespaceUri);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (6)
726throw new XslTransformException(SR.XmlIl_NmspConflict, new string[] { prefix.Length == 0 ? "" : ":", prefix, ns, nsExisting }); 1148throw new XslTransformException(SR.XmlIl_NmspAfterAttr, string.Empty); 1573throw new XslTransformException(SR.XmlIl_BadXmlState, new string[] { constructorType.ToString(), XmlStateToNodeType(_xstate).ToString() }); 1578throw new XslTransformException(SR.XmlIl_BadXmlState, new string[] { constructorType.ToString(), _rootType.ToString() }); 1581throw new XslTransformException(SR.XmlIl_BadXmlStateAttr, string.Empty); 1586throw new XslTransformException(SR.XmlIl_BadXmlState, new string[] { "Unknown", XmlStateToNodeType(_xstate).ToString() });
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (6)
423throw new XslTransformException(SR.Xslt_InvalidPrefix, prefix); 523throw new XslTransformException(SR.Xslt_UnsupportedClrType, destinationType.Name); 577throw new XslTransformException(SR.Xslt_ItemNull, string.Empty); 674throw new XslTransformException(SR.Xslt_UnsupportedClrType, sourceType.Name); 693throw new XslTransformException(SR.Xslt_ItemNull, string.Empty); 1053throw new XslTransformException(text);
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (2)
141throw new XslTransformException(SR.XmlIl_TopLevelAttrNmsp, string.Empty); 167throw new XslTransformException(SR.XmlIl_TopLevelAttrNmsp, string.Empty);
System\Xml\Xsl\Runtime\XsltConvert.cs (3)
141throw new XslTransformException(SR.Xslt_NodeSetNotNode, string.Empty); 331throw new XslTransformException(SR.XPath_NodeSetExpected, string.Empty); 334throw new XslTransformException(SR.XPath_RtfInPathExpr, string.Empty);
System\Xml\Xsl\Runtime\XsltFunctions.cs (2)
413throw new XslTransformException(SR.Xslt_InvalidCompareOption, options); 544throw new XslTransformException(SR.Xslt_InvalidLanguage, lang);
System\Xml\Xsl\Runtime\XsltLibrary.cs (6)
105throw new XslTransformException(SR.Xslt_ScriptAndExtensionClash, nsUri); 205throw new XslTransformException(SR.Xslt_NoDecimalFormat, errorMessageName); 245throw new XslTransformException(SR.Xslt_InvalidAttrValue, nameof(lang), lang); 266throw new XslTransformException(SR.Xslt_InvalidLanguage, lang); 294throw new XslTransformException(SR.Xslt_InvalidAttrValue, nameof(lang), lang); 315throw new XslTransformException(SR.Xslt_InvalidLanguage, lang);
5 references to XslTransformException
System.Private.Xml (5)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
145catch (XslTransformException)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
97return XslTransformException.CreateMessage(res, arr);
System\Xml\Xsl\Xslt\Compiler.cs (2)
314/*errorText:*/XslTransformException.CreateMessage(res, args) 335error.ErrorText = XslTransformException.CreateMessage(SR.Xslt_WarningAsError, error.ErrorText);
System\Xml\Xsl\Xslt\Scripts.cs (1)
41catch (XslTransformException e)