Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Message
override
string
System.ObjectDisposedException.Message
get
Definition at line
12
of file
ObjectDisposedException.cs
.
13
{
14
get
15
{
16
string
objectName
=
ObjectName
;
17
if
(
string
.IsNullOrEmpty(
objectName
))
18
{
19
return
base
.Message;
20
}
21
string
text
= SR.Format(SR.ObjectDisposed_ObjectName_Name,
objectName
);
22
return
base.Message
+
"\r\n"
+
text
;
23
}
24
}
System.ObjectDisposedException.ObjectName
string ObjectName
Definition
ObjectDisposedException.cs:26
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.ExceptionArgument.text
@ text
System
ObjectDisposedException
Generated by
1.10.0