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

◆ GetObjectData()

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

Reimplemented from System.Exception.

Definition at line 95 of file TypeLoadException.cs.

96 {
97 base.GetObjectData(info, context);
98 info.AddValue("TypeLoadClassName", _className, typeof(string));
99 info.AddValue("TypeLoadAssemblyName", _assemblyName, typeof(string));
100 info.AddValue("TypeLoadMessageArg", _messageArg, typeof(string));
101 info.AddValue("TypeLoadResourceID", _resourceId);
102 }

References System.TypeLoadException._assemblyName, System.TypeLoadException._className, System.TypeLoadException._messageArg, System.TypeLoadException._resourceId, System.Runtime.Serialization.Dictionary, and System.info.