Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CheckoutException.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
using
System.Runtime.InteropServices
;
3
using
System.Runtime.Serialization
;
4
5
namespace
System.ComponentModel.Design
;
6
7
[
Serializable
]
8
[
TypeForwardedFrom
(
"System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
9
public
class
CheckoutException
:
ExternalException
10
{
11
public
static
readonly
CheckoutException
Canceled
=
new
CheckoutException
(
System
.
SR
.
CHECKOUTCanceled
, -2147467260);
12
13
public
CheckoutException
()
14
{
15
}
16
17
public
CheckoutException
(
string
? message)
18
:
base
(message)
19
{
20
}
21
22
public
CheckoutException
(
string
? message,
int
errorCode
)
23
:
base
(message,
errorCode
)
24
{
25
}
26
27
protected
CheckoutException
(
SerializationInfo
info
,
StreamingContext
context)
28
:
base
(
info
, context)
29
{
30
}
31
32
public
CheckoutException
(
string
? message,
Exception
?
innerException
)
33
:
base
(message,
innerException
)
34
{
35
}
36
}
System.ComponentModel.Design.CheckoutException.Canceled
static readonly CheckoutException Canceled
Definition
CheckoutException.cs:11
System.ComponentModel.Design.CheckoutException.CheckoutException
CheckoutException(string? message, Exception? innerException)
Definition
CheckoutException.cs:32
System.ComponentModel.Design.CheckoutException.CheckoutException
CheckoutException(SerializationInfo info, StreamingContext context)
Definition
CheckoutException.cs:27
System.ComponentModel.Design.CheckoutException.CheckoutException
CheckoutException()
Definition
CheckoutException.cs:13
System.ComponentModel.Design.CheckoutException.CheckoutException
CheckoutException(string? message)
Definition
CheckoutException.cs:17
System.ComponentModel.Design.CheckoutException.CheckoutException
CheckoutException(string? message, int errorCode)
Definition
CheckoutException.cs:22
System.ComponentModel.Design.CheckoutException
Definition
CheckoutException.cs:10
System.Exception
Definition
Exception.cs:15
System.Runtime.InteropServices.ExternalException
Definition
ExternalException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.SR.CHECKOUTCanceled
static string CHECKOUTCanceled
Definition
SR.cs:126
System.SR
Definition
SR.cs:7
System.ComponentModel.Design
Definition
DesignerSerializerAttribute.cs:1
System.Data.IsolationLevel.Serializable
@ Serializable
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.ExceptionArgument.info
@ info
System
Definition
BlockingCollection.cs:8
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.ComponentModel.TypeConverter
System.ComponentModel.Design
CheckoutException.cs
Generated by
1.10.0