8 references to Xml_UserException
System.Private.Xml (8)
System\Xml\Schema\XmlSchemaException.cs (1)
92this((message == null ? SR.Sch_DefaultException : SR.Xml_UserException), new string?[] { message }, innerException, null, lineNumber, linePosition, null)
System\Xml\XmlException.cs (2)
110_res = (message == null ? SR.Xml_DefaultException : SR.Xml_UserException); 193return CreateMessage(SR.Xml_UserException, new string[] { message }, lineNumber, linePosition);
System\Xml\XPath\XPathException.cs (1)
70this(SR.Xml_UserException, new string?[] { message }, innerException)
System\Xml\Xsl\XslException.cs (1)
135: base(SR.Xml_UserException, new string[] { error.ErrorText })
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
2279_compiler.ReportError(_lastScope!.SourceLine!, SR.Xml_UserException, errorText);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
27throw new XslLoadException(SR.Xml_UserException, res);
System\Xml\Xslt\XsltException.cs (1)
77this(SR.Xml_UserException, new string?[] { message }, null, 0, 0, innerException)