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.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
System.Runtime.Serialization
;
4
5
namespace
System.ComponentModel.Design
6
{
7
// Token: 0x02000409 RID: 1033
8
[Serializable]
9
public
class
CheckoutException
:
ExternalException
10
{
11
// Token: 0x06001BFE RID: 7166 RVA: 0x0004CE54 File Offset: 0x0004B054
12
public
CheckoutException
()
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
23
protected
CheckoutException
(
SerializationInfo
info
,
StreamingContext
context)
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'.
30
static
CheckoutException
()
31
{
32
}
33
34
// Token: 0x0400138B RID: 5003
35
public
static
readonly
CheckoutException
Canceled
;
36
}
37
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ComponentModel.Design.CheckoutException.Canceled
static readonly CheckoutException Canceled
Definition
CheckoutException.cs:35
System.ComponentModel.Design.CheckoutException.CheckoutException
static CheckoutException()
Definition
CheckoutException.cs:30
System.ComponentModel.Design.CheckoutException.CheckoutException
CheckoutException(SerializationInfo info, StreamingContext context)
Definition
CheckoutException.cs:23
System.ComponentModel.Design.CheckoutException.CheckoutException
CheckoutException(string message, int errorCode)
Definition
CheckoutException.cs:17
System.ComponentModel.Design.CheckoutException.CheckoutException
CheckoutException()
Definition
CheckoutException.cs:12
System.ComponentModel.Design.CheckoutException
Definition
CheckoutException.cs:10
System.Runtime.InteropServices.ExternalException
Definition
ExternalException.cs:10
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.ComponentModel.Design
Definition
CheckoutException.cs:6
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System.ExceptionArgument.info
@ info
System
Definition
__ComObject.cs:4
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:10
source
System
ComponentModel
Design
CheckoutException.cs
Generated by
1.10.0