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

◆ TypeInitializationException() [2/4]

System.TypeInitializationException.TypeInitializationException ( string fullTypeName,
Exception innerException )
inline

Definition at line 18 of file TypeInitializationException.cs.

19 {
20 string text = SR.Format("The type initializer for '{0}' threw an exception.", fullTypeName);
21 base..ctor(text, innerException);
22 this._typeName = fullTypeName;
23 this._HResult = 5428;
24 }
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
Definition SR.cs:7

References SR.Format(), j__TPar, and System.text.