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
SystemException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x02000104 RID: 260
7
[
Serializable
]
8
public
class
SystemException
:
Exception
9
{
10
// Token: 0x060009A1 RID: 2465 RVA: 0x00017244 File Offset: 0x00015444
11
public
SystemException
()
12
{
13
if
(!
true
)
14
{
15
}
16
base
..ctor(
"System error."
);
17
this._HResult
= 5377;
18
}
19
20
// Token: 0x060009A2 RID: 2466 RVA: 0x0001726C File Offset: 0x0001546C
21
public
SystemException
(
string
message)
22
{
23
if
(!
true
)
24
{
25
}
26
base
..ctor(message);
27
this._HResult
= 5377;
28
}
29
30
// Token: 0x060009A3 RID: 2467 RVA: 0x00017290 File Offset: 0x00015490
31
public
SystemException
(
string
message,
Exception
innerException
)
32
{
33
if
(!
true
)
34
{
35
}
36
base
..ctor(message,
innerException
);
37
this._HResult
= 5377;
38
}
39
40
// Token: 0x060009A4 RID: 2468 RVA: 0x000172B4 File Offset: 0x000154B4
41
protected
SystemException
(
SerializationInfo
info
,
StreamingContext
context)
42
{
43
if
(!
true
)
44
{
45
}
46
base
..ctor(
info
, context);
47
}
48
}
49
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Exception
Definition
Exception.cs:15
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.SystemException.SystemException
SystemException(string message)
Definition
SystemException.cs:21
System.SystemException.SystemException
SystemException()
Definition
SystemException.cs:11
System.SystemException.SystemException
SystemException(string message, Exception innerException)
Definition
SystemException.cs:31
System.SystemException.SystemException
SystemException(SerializationInfo info, StreamingContext context)
Definition
SystemException.cs:41
System.SystemException
Definition
SystemException.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
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
mscorlib
System
SystemException.cs
Generated by
1.10.0