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

◆ TypeLoadException() [4/5]

System.TypeLoadException.TypeLoadException ( string className,
string assemblyName,
string messageArg,
int resourceId )
inlineprivate

Definition at line 75 of file TypeLoadException.cs.

76 {
77 base.SetErrorCode(5410);
78 this.ClassName = className;
79 this.AssemblyName = assemblyName;
82 this.SetMessageField();
83 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.TypeLoadException.SetMessageField().