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
RemotingException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
System.Runtime.Serialization
;
4
5
namespace
System.Runtime.Remoting
6
{
7
// Token: 0x02000348 RID: 840
8
[
ComVisible
(
true
)]
9
[
Serializable
]
10
public
class
RemotingException
:
SystemException
11
{
12
// Token: 0x06001C1A RID: 7194 RVA: 0x0003D188 File Offset: 0x0003B388
13
public
RemotingException
()
14
{
15
}
16
17
// Token: 0x06001C1B RID: 7195 RVA: 0x0003D19C File Offset: 0x0003B39C
18
public
RemotingException
(
string
message)
19
:
base
(message)
20
{
21
}
22
23
// Token: 0x06001C1C RID: 7196 RVA: 0x0003D1B0 File Offset: 0x0003B3B0
24
protected
RemotingException
(
SerializationInfo
info
,
StreamingContext
context)
25
:
base
(
info
, context)
26
{
27
}
28
29
// Token: 0x06001C1D RID: 7197 RVA: 0x0003D1C8 File Offset: 0x0003B3C8
30
public
RemotingException
(
string
message,
Exception
InnerException
)
31
:
base
(message,
InnerException
)
32
{
33
}
34
}
35
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Exception.InnerException
Exception InnerException
Definition
Exception.cs:161
System.Exception
Definition
Exception.cs:15
System.Runtime.Remoting.RemotingException.RemotingException
RemotingException()
Definition
RemotingException.cs:13
System.Runtime.Remoting.RemotingException.RemotingException
RemotingException(string message)
Definition
RemotingException.cs:18
System.Runtime.Remoting.RemotingException.RemotingException
RemotingException(string message, Exception InnerException)
Definition
RemotingException.cs:30
System.Runtime.Remoting.RemotingException.RemotingException
RemotingException(SerializationInfo info, StreamingContext context)
Definition
RemotingException.cs:24
System.Runtime.Remoting.RemotingException
Definition
RemotingException.cs:11
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.SystemException
Definition
SystemException.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting
Definition
ActivatedClientTypeEntry.cs:7
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
Runtime
Remoting
RemotingException.cs
Generated by
1.10.0