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

◆ CryptographicException() [3/6]

System.Security.Cryptography.CryptographicException.CryptographicException ( string format,
string insert )
inline

Definition at line 31 of file CryptographicException.cs.

32 {
33 if (!true)
34 {
35 }
36 string text = string.Format(CultureInfo.CurrentCulture, format, insert);
37 base..ctor(text);
38 base.SetErrorCode(5168);
39 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo CurrentCulture

References System.Globalization.CultureInfo.CurrentCulture, System.format, j__TPar, and System.text.