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
TargetException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Reflection
5
{
6
// Token: 0x020004F2 RID: 1266
7
[
Serializable
]
8
public
class
TargetException
:
ApplicationException
9
{
10
// Token: 0x060024CE RID: 9422 RVA: 0x0005155C File Offset: 0x0004F75C
11
public
TargetException
()
12
{
13
this._HResult
= 5635;
14
}
15
16
// Token: 0x060024CF RID: 9423 RVA: 0x00051574 File Offset: 0x0004F774
17
public
TargetException
(
string
message)
18
{
19
this._HResult
= 5635;
20
}
21
22
// Token: 0x060024D0 RID: 9424 RVA: 0x0005158C File Offset: 0x0004F78C
23
public
TargetException
(
string
message,
Exception
inner
)
24
:
base
(message,
inner
)
25
{
26
this._HResult
= 5635;
27
}
28
29
// Token: 0x060024D1 RID: 9425 RVA: 0x000515AC File Offset: 0x0004F7AC
30
protected
TargetException
(
SerializationInfo
info
,
StreamingContext
context)
31
:
base
(
info
, context)
32
{
33
}
34
}
35
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ApplicationException
Definition
ApplicationException.cs:9
System.Exception
Definition
Exception.cs:15
System.Reflection.TargetException.TargetException
TargetException(string message, Exception inner)
Definition
TargetException.cs:23
System.Reflection.TargetException.TargetException
TargetException(SerializationInfo info, StreamingContext context)
Definition
TargetException.cs:30
System.Reflection.TargetException.TargetException
TargetException(string message)
Definition
TargetException.cs:17
System.Reflection.TargetException.TargetException
TargetException()
Definition
TargetException.cs:11
System.Reflection.TargetException
Definition
TargetException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Reflection
Definition
AmbiguousMatchException.cs:5
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
Reflection
TargetException.cs
Generated by
1.10.0