Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InvalidAsynchronousStateException.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.ComponentModel
;
5
6
[
Serializable
]
7
[
TypeForwardedFrom
(
"System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
8
public
class
InvalidAsynchronousStateException
:
ArgumentException
9
{
10
public
InvalidAsynchronousStateException
()
11
:
this
(
null
)
12
{
13
}
14
15
public
InvalidAsynchronousStateException
(
string
? message)
16
:
base
(message)
17
{
18
}
19
20
public
InvalidAsynchronousStateException
(
string
? message,
Exception
?
innerException
)
21
:
base
(message,
innerException
)
22
{
23
}
24
25
protected
InvalidAsynchronousStateException
(
SerializationInfo
info
,
StreamingContext
context)
26
:
base
(
info
, context)
27
{
28
}
29
}
System.ArgumentException
Definition
ArgumentException.cs:9
System.ComponentModel.InvalidAsynchronousStateException.InvalidAsynchronousStateException
InvalidAsynchronousStateException(string? message)
Definition
InvalidAsynchronousStateException.cs:15
System.ComponentModel.InvalidAsynchronousStateException.InvalidAsynchronousStateException
InvalidAsynchronousStateException()
Definition
InvalidAsynchronousStateException.cs:10
System.ComponentModel.InvalidAsynchronousStateException.InvalidAsynchronousStateException
InvalidAsynchronousStateException(string? message, Exception? innerException)
Definition
InvalidAsynchronousStateException.cs:20
System.ComponentModel.InvalidAsynchronousStateException.InvalidAsynchronousStateException
InvalidAsynchronousStateException(SerializationInfo info, StreamingContext context)
Definition
InvalidAsynchronousStateException.cs:25
System.ComponentModel.InvalidAsynchronousStateException
Definition
InvalidAsynchronousStateException.cs:9
System.Exception
Definition
Exception.cs:15
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.ComponentModel
Definition
ColumnAttribute.cs:3
System.Data.IsolationLevel.Serializable
@ Serializable
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.Runtime.Serialization.CollectionKind.Dictionary
@ Dictionary
System.Runtime.Serialization
Definition
SerializationGuard.cs:3
System.ExceptionArgument.info
@ info
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.ComponentModel.Primitives
System.ComponentModel
InvalidAsynchronousStateException.cs
Generated by
1.10.0