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

◆ SecurityException() [1/4]

System.Security.SecurityException.SecurityException ( )
inline

Definition at line 13 of file SecurityException.cs.

14 {
15 string text = Locale.GetText("A security error has been detected.");
16 base..ctor(text);
17 this._HResult = 5386;
18 }
class f__AnonymousType0<< Count > j__TPar
static string GetText(string msg)
Definition Locale.cs:8

References Locale.GetText(), j__TPar, and System.text.