Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Message
override
string
System.Xml.XmlException.Message
get
Definition at line
30
of file
XmlException.cs
.
31
{
32
get
33
{
34
if
(
_message
!=
null
)
35
{
36
return
_message
;
37
}
38
return
base
.Message;
39
}
40
}
System.Xml.XmlException._message
readonly string _message
Definition
XmlException.cs:22
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
XmlException
Generated by
1.10.0