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
CheckoutException.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000409 RID: 1033
8 [Serializable]
10 {
11 // Token: 0x06001BFE RID: 7166 RVA: 0x0004CE54 File Offset: 0x0004B054
13 {
14 }
15
16 // Token: 0x06001BFF RID: 7167 RVA: 0x0004CE68 File Offset: 0x0004B068
17 public CheckoutException(string message, int errorCode)
18 : base(message, errorCode)
19 {
20 }
21
22 // Token: 0x06001C00 RID: 7168 RVA: 0x0004CE80 File Offset: 0x0004B080
24 : base(info, context)
25 {
26 }
27
28 // Token: 0x06001C01 RID: 7169 RVA: 0x0004CE98 File Offset: 0x0004B098
29 // Note: this type is marked as 'beforefieldinit'.
31 {
32 }
33
34 // Token: 0x0400138B RID: 5003
36 }
37}
class f__AnonymousType0<< Count > j__TPar
static readonly CheckoutException Canceled
CheckoutException(SerializationInfo info, StreamingContext context)
CheckoutException(string message, int errorCode)