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
Loading...
Searching...
No Matches
CheckoutException.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000409")]
10 [Serializable]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001BFE")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1E8B4F0", Offset = "0x1E8B4F0", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExternalException), Member = ".ctor", ReturnType = typeof(void))]
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6001BFF")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1E8B4F8", Offset = "0x1E8B4F8", Length = "0x8")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExternalException), Member = ".ctor", MemberParameters = new object[]
26 {
27 typeof(string),
28 typeof(int)
29 }, ReturnType = typeof(void))]
30 public CheckoutException(string message, int errorCode)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6001C00")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1E8B500", Offset = "0x1E8B500", Length = "0x8")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExternalException), Member = ".ctor", MemberParameters = new object[]
39 {
42 }, ReturnType = typeof(void))]
44 {
45 throw null;
46 }
47
48 // Note: this type is marked as 'beforefieldinit'.
49 [global::Cpp2ILInjected.Token(Token = "0x6001C01")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1E8B508", Offset = "0x1E8B508", Length = "0x7C")]
51 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExternalException), Member = ".ctor", MemberParameters = new object[]
54 {
55 typeof(string),
56 typeof(int)
57 }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
60 {
61 throw null;
62 }
63
64 [global::Cpp2ILInjected.Token(Token = "0x400138B")]
66 }
67}
class f__AnonymousType0<< Count > j__TPar
static readonly CheckoutException Canceled
CheckoutException(SerializationInfo info, StreamingContext context)
CheckoutException(string message, int errorCode)