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

◆ GetObjectData()

override void System.IO.FileNotFoundException.GetObjectData ( SerializationInfo info,
StreamingContext context )
inlinevirtual

Reimplemented from System.Exception.

Definition at line 111 of file FileNotFoundException.cs.

112 {
113 base.GetObjectData(info, context);
114 info.AddValue("FileNotFound_FileName", FileName, typeof(string));
115 info.AddValue("FileNotFound_FusionLog", FusionLog, typeof(string));
116 }

References System.Runtime.Serialization.Dictionary, System.IO.FileNotFoundException.FileName, System.IO.FileNotFoundException.FusionLog, and System.info.