terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
CryptographicException () | |
CryptographicException (string message) | |
CryptographicException (string format, string insert) | |
CryptographicException (string message, global::System.Exception inner) | |
CryptographicException (int hr) | |
Protected Member Functions | |
CryptographicException (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | |
Static Private Member Functions | |
static void | ThrowCryptographicException (int hr) |
Static Private Attributes | |
const int | FORMAT_MESSAGE_IGNORE_INSERTS = 512 |
const int | FORMAT_MESSAGE_FROM_SYSTEM = 4096 |
const int | FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192 |
Definition at line 19 of file CryptographicException.cs.