Home
last modified time | relevance | path

Searched refs:Xml_UserException (Results 1 – 15 of 15) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/
H A DXmlException.cs110 _res = (message == null ? SR.Xml_DefaultException : SR.Xml_UserException); in XmlException()
193 … return CreateMessage(SR.Xml_UserException, new string[] { message }, lineNumber, linePosition); in FormatUserMessage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/
H A DXmlException.cs110 this.res = (message == null ? Res.Xml_DefaultException : Res.Xml_UserException); in XmlException()
184 … return CreateMessage(Res.Xml_UserException, new string[] { message }, lineNumber, linePosition); in FormatUserMessage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/
H A DXPathException.cs63 this(Res.Xml_UserException, new string[] { message }, innerException) { in XPathException()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/
H A DXPathException.cs68 this(SR.Xml_UserException, new string[] { message }, innerException) in XPathException()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/
H A DXslException.cs110 : base(SR.Xml_UserException, new string[] { error.ErrorText }) in XslLoadException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Xslt/
H A DXsltException.cs70 this(Res.Xml_UserException, new string[] { message }, null, 0, 0, innerException ) { in XsltException()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xslt/
H A DXsltException.cs74 this(SR.Xml_UserException, new string[] { message }, null, 0, 0, innerException) in XsltException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlSchemaException.cs91 …this((message == null ? Res.Sch_DefaultException : Res.Xml_UserException), new string[] { message … in XmlSchemaException()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DXmlSchemaException.cs97 …this((message == null ? SR.Sch_DefaultException : SR.Xml_UserException), new string[] { message },… in XmlSchemaException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/
H A DXslException.cs129 : base(Res.Xml_UserException, new string[] { error.ErrorText }) in XslLoadException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs18 public const string Xml_UserException = "{0}"; field in System.Xml.Res
1047 public const string Xml_UserException = "{0}"; field in System.Xml.Utils.Res
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/
H A DQilGeneratorEnv.cs29 throw new XslLoadException(Res.Xml_UserException, res); in ReportError()
H A DQilGenerator.cs1914 compiler.ReportError(lastScope.SourceLine, Res.Xml_UserException, errorText); in ReportErrorInXPath()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Xslt/
H A DQilGeneratorEnv.cs28 throw new XslLoadException(SR.Xml_UserException, res); in ReportError()
H A DQilGenerator.cs2275 _compiler.ReportError(_lastScope.SourceLine, SR.Xml_UserException, errorText); in ReportErrorInXPath()