14 references to XslLoadException
System.Private.Xml (14)
System\Xml\Xsl\XPath\XPathCompileException.cs (2)
18: base(resId, args) 26: base(resId, args)
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (9)
27throw new XslLoadException(SR.Xml_UserException, res); 73throw new XslLoadException(SR.Xslt_VariablesNotAllowed); 83throw new XslLoadException(SR.Xslt_InvalidVariable, Compiler.ConstructQName(prefix, name)); 116throw new XslLoadException(SR.Xslt_CurrentNotAllowed); 123throw new XslLoadException(SR.Xslt_KeyNotAllowed); 140throw new XslLoadException(SR.Xslt_UnknownXsltFunction, Compiler.ConstructQName(prefix, name)); 271throw new XslLoadException(SR.Xslt_InvalidPrefix, prefix); 422throw new XslLoadException(SR.Xslt_UndefinedKey, keyName); 593throw new XslLoadException(SR.Xslt_NoDecimalFormat, (string)(QilLiteral)formatName);
System\Xml\Xsl\Xslt\XsltLoader.cs (3)
78throw new XslLoadException(SR.Xslt_CantResolve, uri); 195throw new XslLoadException(SR.Xslt_CantResolve, relativeUri); 222throw new XslLoadException(SR.Xslt_CannotLoadStylesheet, uri.ToString(), input == null ? "null" : input.GetType().ToString());