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

◆ FileNotFoundException() [7/7]

System.IO.FileNotFoundException.FileNotFoundException ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 104 of file FileNotFoundException.cs.

105 : base(info, context)
106 {
107 FileName = info.GetString("FileNotFound_FileName");
108 FusionLog = info.GetString("FileNotFound_FusionLog");
109 }

References System.IO.FileNotFoundException.FileName, System.IO.FileNotFoundException.FusionLog, and System.info.