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

◆ CryptographicUnexpectedOperationException() [3/5]

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

Definition at line 28 of file CryptographicUnexpectedOperationException.cs.

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

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