terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WarningException() [6/6]

System.ComponentModel.WarningException.WarningException ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 44 of file WarningException.cs.

45 : base(info, context)
46 {
47 if (!true)
48 {
49 }
50 Type type;
51 object value = info.GetValue("helpUrl", type);
52 if (value != null)
53 {
55 return;
56 }
57 Type type2;
58 object value2 = info.GetValue("helpTopic", type2);
59 if (value2 != null)
60 {
62 throw new InvalidCastException();
63 }
64 }
class f__AnonymousType0<< Count > j__TPar

References System.info, j__TPar, and System.value.