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() [5/6]

System.Security.Cryptography.CryptographicException.CryptographicException ( int hr)
inline

Definition at line 49 of file CryptographicException.cs.

50 {
51 string message = Win32Native.GetMessage(hr);
52 base..ctor(message);
53 base.SetErrorCode(5168);
54 base.SetErrorCode(5168);
55 }
class f__AnonymousType0<< Count > j__TPar
static string GetMessage(int hr)

References Microsoft.Win32.Win32Native.GetMessage(), and j__TPar.