Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SemaphoreFullException.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Threading
;
5
6
[
Serializable
]
7
[
TypeForwardedFrom
(
"System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
)]
8
public
class
SemaphoreFullException
:
SystemException
9
{
10
public
SemaphoreFullException
()
11
:
base
(
SR
.Threading_SemaphoreFullException)
12
{
13
}
14
15
public
SemaphoreFullException
(
string
? message)
16
:
base
(message)
17
{
18
}
19
20
public
SemaphoreFullException
(
string
? message,
Exception
?
innerException
)
21
:
base
(message,
innerException
)
22
{
23
}
24
25
protected
SemaphoreFullException
(
SerializationInfo
info
,
StreamingContext
context)
26
:
base
(
info
, context)
27
{
28
}
29
}
System.Exception
Definition
Exception.cs:15
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:7
System.SR
Definition
SR.cs:7
System.SystemException
Definition
SystemException.cs:9
System.Threading.SemaphoreFullException.SemaphoreFullException
SemaphoreFullException(string? message, Exception? innerException)
Definition
SemaphoreFullException.cs:20
System.Threading.SemaphoreFullException.SemaphoreFullException
SemaphoreFullException()
Definition
SemaphoreFullException.cs:10
System.Threading.SemaphoreFullException.SemaphoreFullException
SemaphoreFullException(string? message)
Definition
SemaphoreFullException.cs:15
System.Threading.SemaphoreFullException.SemaphoreFullException
SemaphoreFullException(SerializationInfo info, StreamingContext context)
Definition
SemaphoreFullException.cs:25
System.Threading.SemaphoreFullException
Definition
SemaphoreFullException.cs:9
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.Threading
Definition
TaskToApm.cs:3
System.ExceptionArgument.info
@ info
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:6
source
System.Private.CoreLib
System.Threading
SemaphoreFullException.cs
Generated by
1.10.0