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
DllNotFoundException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x020000A0 RID: 160
7
[
Serializable
]
8
public
class
DllNotFoundException
:
TypeLoadException
9
{
10
// Token: 0x06000647 RID: 1607 RVA: 0x0000F4DC File Offset: 0x0000D6DC
11
public
DllNotFoundException
()
12
:
base
(
"Dll was not found."
)
13
{
14
this._HResult
= 5412;
15
}
16
17
// Token: 0x06000648 RID: 1608 RVA: 0x0000F500 File Offset: 0x0000D700
18
public
DllNotFoundException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 5412;
22
}
23
24
// Token: 0x06000649 RID: 1609 RVA: 0x0000F520 File Offset: 0x0000D720
25
protected
DllNotFoundException
(
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.DllNotFoundException.DllNotFoundException
DllNotFoundException()
Definition
DllNotFoundException.cs:11
System.DllNotFoundException.DllNotFoundException
DllNotFoundException(string message)
Definition
DllNotFoundException.cs:18
System.DllNotFoundException.DllNotFoundException
DllNotFoundException(SerializationInfo info, StreamingContext context)
Definition
DllNotFoundException.cs:25
System.DllNotFoundException
Definition
DllNotFoundException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.TypeLoadException
Definition
TypeLoadException.cs:12
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
DllNotFoundException.cs
Generated by
1.10.0