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

System.ComponentModel.LicenseException.LicenseException ( Type type)
inline

Definition at line 11 of file LicenseException.cs.

12 {
13 if (type == null || type != null)
14 {
15 string text;
16 base..ctor(text);
18 this._HResult = 6401;
19 return;
20 }
22 }
class f__AnonymousType0<< Count > j__TPar

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