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
AppDomainUnloadedException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x0200012E RID: 302
7
[
Serializable
]
8
public
class
AppDomainUnloadedException
:
SystemException
9
{
10
// Token: 0x06000BCD RID: 3021 RVA: 0x0001A454 File Offset: 0x00018654
11
public
AppDomainUnloadedException
()
12
:
base
(
"Attempted to access an unloaded AppDomain."
)
13
{
14
this._HResult
= 4116;
15
}
16
17
// Token: 0x06000BCE RID: 3022 RVA: 0x0001A478 File Offset: 0x00018678
18
protected
AppDomainUnloadedException
(
SerializationInfo
info
,
StreamingContext
context)
19
:
base
(
info
, context)
20
{
21
}
22
}
23
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.AppDomainUnloadedException.AppDomainUnloadedException
AppDomainUnloadedException()
Definition
AppDomainUnloadedException.cs:11
System.AppDomainUnloadedException.AppDomainUnloadedException
AppDomainUnloadedException(SerializationInfo info, StreamingContext context)
Definition
AppDomainUnloadedException.cs:18
System.AppDomainUnloadedException
Definition
AppDomainUnloadedException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
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
AppDomainUnloadedException.cs
Generated by
1.10.0