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

◆ Message

override string System.IO.FileNotFoundException.Message
get

Definition at line 10 of file FileNotFoundException.cs.

11 {
12 get
13 {
15 return _message;
16 }
17 }

Referenced by System.IO.FileNotFoundException.ToString().