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
MemberAccessException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000D7 RID: 215
9 {
10 // Token: 0x06000810 RID: 2064 RVA: 0x00012CE8 File Offset: 0x00010EE8
12 : base("Cannot access member.")
13 {
14 this._HResult = 5402;
15 }
16
17 // Token: 0x06000811 RID: 2065 RVA: 0x00012D0C File Offset: 0x00010F0C
18 public MemberAccessException(string message)
19 : base(message)
20 {
21 this._HResult = 5402;
22 }
23
24 // Token: 0x06000812 RID: 2066 RVA: 0x00012D2C File Offset: 0x00010F2C
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
MemberAccessException(SerializationInfo info, StreamingContext context)