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

◆ Message

override string System.BadImageFormatException.Message
get

Definition at line 15 of file BadImageFormatException.cs.

16 {
17 get
18 {
20 return _message;
21 }
22 }

Referenced by System.BadImageFormatException.ToString().