Home
last modified time | relevance | path

Searched refs:XmlIl_DocumentLoadError (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/
H A DXmlQueryContext.cs145 throw new XslTransformException(e, Res.XmlIl_DocumentLoadError, uriRelative); in GetDataSource()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DXmlQueryContext.cs156 throw new XslTransformException(e, SR.XmlIl_DocumentLoadError, uriRelative); in GetDataSource()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs1179 …public const string XmlIl_DocumentLoadError = "An error occurred while loading document '{0}'. See… field in System.Xml.Utils.Res