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
ThreadStateException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Threading
5
{
6
// Token: 0x020001C5 RID: 453
7
[
Serializable
]
8
public
class
ThreadStateException
:
SystemException
9
{
10
// Token: 0x060010C5 RID: 4293 RVA: 0x000238E4 File Offset: 0x00021AE4
11
public
ThreadStateException
()
12
:
base
(
"Thread was in an invalid state for the operation being executed."
)
13
{
14
this._HResult
= 5408;
15
}
16
17
// Token: 0x060010C6 RID: 4294 RVA: 0x00023908 File Offset: 0x00021B08
18
public
ThreadStateException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 5408;
22
}
23
24
// Token: 0x060010C7 RID: 4295 RVA: 0x00023928 File Offset: 0x00021B28
25
protected
ThreadStateException
(
SerializationInfo
info
,
StreamingContext
context)
26
:
base
(
info
, context)
27
{
28
}
29
}
30
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.SystemException
Definition
SystemException.cs:9
System.Threading.ThreadStateException.ThreadStateException
ThreadStateException(string message)
Definition
ThreadStateException.cs:18
System.Threading.ThreadStateException.ThreadStateException
ThreadStateException()
Definition
ThreadStateException.cs:11
System.Threading.ThreadStateException.ThreadStateException
ThreadStateException(SerializationInfo info, StreamingContext context)
Definition
ThreadStateException.cs:25
System.Threading.ThreadStateException
Definition
ThreadStateException.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System.Threading
Definition
_ThreadPoolWaitCallback.cs:4
System.ExceptionArgument.info
@ info
System
Definition
__ComObject.cs:4
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:10
source
mscorlib
System
Threading
ThreadStateException.cs
Generated by
1.10.0