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() [2/5]

System.ComponentModel.LicenseException.LicenseException ( Type type,
object instance )
inline

Definition at line 25 of file LicenseException.cs.

26 {
27 if (type == null || type != null)
28 {
29 Type type2 = instance.GetType();
30 if (type2 == null || type2 != null)
31 {
32 string text;
33 base..ctor(text);
35 this._HResult = 6401;
36 return;
37 }
38 }
40 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.LicenseException.instance, j__TPar, System.text, and System.ComponentModel.LicenseException.type.