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.
1using System;
4
6{
7 // Token: 0x02000348 RID: 840
8 [ComVisible(true)]
11 {
12 // Token: 0x06001C1A RID: 7194 RVA: 0x0003D188 File Offset: 0x0003B388
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
25 : base(info, context)
26 {
27 }
28
29 // Token: 0x06001C1D RID: 7197 RVA: 0x0003D1C8 File Offset: 0x0003B3C8
31 : base(message, InnerException)
32 {
33 }
34 }
35}
class f__AnonymousType0<< Count > j__TPar
Exception InnerException
Definition Exception.cs:161
RemotingException(string message, Exception InnerException)
RemotingException(SerializationInfo info, StreamingContext context)