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
RuntimeWrappedException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Runtime.CompilerServices
5
{
6
// Token: 0x0200047D RID: 1149
7
[
Serializable
]
8
public
sealed
class
RuntimeWrappedException
:
Exception
9
{
10
// Token: 0x06002223 RID: 8739 RVA: 0x0004CF5C File Offset: 0x0004B15C
11
public
RuntimeWrappedException
(
object
thrownObject
)
12
{
13
if
(!
true
)
14
{
15
}
16
base
..ctor(
"An object that does not derive from System.Exception has been wrapped in a RuntimeWrappedException."
);
17
this._HResult
= 5438;
18
this._wrappedException
=
thrownObject
;
19
}
20
21
// Token: 0x06002224 RID: 8740 RVA: 0x0004CF8C File Offset: 0x0004B18C
22
private
RuntimeWrappedException
(
SerializationInfo
info
,
StreamingContext
context)
23
{
24
if
(!
true
)
25
{
26
}
27
base
..ctor(
info
, context);
28
if
(!
true
)
29
{
30
}
31
Type
type;
32
object
value
=
info
.GetValue(
"WrappedException"
, type);
33
this._wrappedException
=
value
;
34
}
35
36
// Token: 0x06002225 RID: 8741 RVA: 0x0004CFBC File Offset: 0x0004B1BC
37
public
override
void
GetObjectData
(
SerializationInfo
info
,
StreamingContext
context)
38
{
39
base
.GetObjectData(
info
, context);
40
object
wrappedException
= this.
_wrappedException
;
41
if
(!
true
)
42
{
43
}
44
Type
type;
45
info
.AddValue(
"WrappedException"
,
wrappedException
, type);
46
}
47
48
// Token: 0x06002226 RID: 8742 RVA: 0x0004CFE8 File Offset: 0x0004B1E8
49
internal
RuntimeWrappedException
()
50
{
51
throw
new
NotSupportedException
();
52
}
53
54
// Token: 0x040012B5 RID: 4789
55
private
object
_wrappedException
;
56
}
57
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Exception
Definition
Exception.cs:15
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Runtime.CompilerServices.RuntimeWrappedException._wrappedException
object _wrappedException
Definition
RuntimeWrappedException.cs:55
System.Runtime.CompilerServices.RuntimeWrappedException.RuntimeWrappedException
RuntimeWrappedException(SerializationInfo info, StreamingContext context)
Definition
RuntimeWrappedException.cs:22
System.Runtime.CompilerServices.RuntimeWrappedException.RuntimeWrappedException
RuntimeWrappedException(object thrownObject)
Definition
RuntimeWrappedException.cs:11
System.Runtime.CompilerServices.RuntimeWrappedException.GetObjectData
override void GetObjectData(SerializationInfo info, StreamingContext context)
Definition
RuntimeWrappedException.cs:37
System.Runtime.CompilerServices.RuntimeWrappedException.RuntimeWrappedException
RuntimeWrappedException()
Definition
RuntimeWrappedException.cs:49
System.Runtime.CompilerServices.RuntimeWrappedException
Definition
RuntimeWrappedException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.Type
Definition
Type.cs:12
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System.ExceptionArgument.value
@ value
System.ExceptionArgument.info
@ info
System
Definition
__ComObject.cs:4
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:10
source
mscorlib
System
Runtime
CompilerServices
RuntimeWrappedException.cs
Generated by
1.10.0