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

◆ CultureNotFoundException() [3/3]

System.Globalization.CultureNotFoundException.CultureNotFoundException ( SerializationInfo info,
StreamingContext context )
inlineprotected

Definition at line 23 of file CultureNotFoundException.cs.

24 : base(info, context)
25 {
26 if (!true)
27 {
28 }
29 Type type;
30 if (info.GetValue("InvalidCultureId", type) != null)
31 {
32 }
33 Type type2;
34 object value = info.GetValue("InvalidCultureName", type2);
35 if (value != null)
36 {
38 return;
39 }
40 }
class f__AnonymousType0<< Count > j__TPar

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