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

◆ LicenseException() [5/5]

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

Definition at line 61 of file LicenseException.cs.

62 {
63 int num = 1;
64 base..ctor(info, context);
65 if (num == 0)
66 {
67 }
68 Type type;
69 object value = info.GetValue("type", type);
70 if (value != null)
71 {
73 throw new InvalidCastException();
74 }
75 Type type2;
76 object value2 = info.GetValue("instance", type2);
78 }
class f__AnonymousType0<< Count > j__TPar

References System.info, j__TPar, System.ComponentModel.LicenseException.type, and System.value.