Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Message
override
string
System.Xml.XPath.XPathException.Message
get
Definition at line
17
of file
XPathException.cs
.
18
{
19
get
20
{
21
if
(
_message
!=
null
)
22
{
23
return
_message
;
24
}
25
return
base
.Message;
26
}
27
}
System.Xml.XPath.XPathException._message
readonly string _message
Definition
XPathException.cs:15
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
XPath
XPathException
Generated by
1.10.0