Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FormatDetailedMessage()

override string System.Xml.Xsl.XPath.XPathCompileException.FormatDetailedMessage ( )
inlinepackagevirtual

Reimplemented from System.Xml.Xsl.XslTransformException.

Definition at line 95 of file XPathCompileException.cs.

96 {
97 string text = Message;
98 string text2 = MarkOutError();
99 if (text2 != null && text2.Length > 0)
100 {
101 if (text.Length > 0)
102 {
103 text += Environment.NewLine;
104 }
105 text += text2;
106 }
107 return text;
108 }

References System.Xml.Dictionary, System.Xml.Xsl.XPath.XPathCompileException.MarkOutError(), System.Xml.Xsl.XsltException.Message, System.Environment.NewLine, and System.text.