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
FieldAccessException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000A7 RID: 167
9 {
10 // Token: 0x0600067B RID: 1659 RVA: 0x0000FA30 File Offset: 0x0000DC30
12 : base("Attempted to access a field that is not accessible by the caller.")
13 {
14 this._HResult = 5383;
15 }
16
17 // Token: 0x0600067C RID: 1660 RVA: 0x0000FA54 File Offset: 0x0000DC54
18 public FieldAccessException(string message)
19 : base(message)
20 {
21 this._HResult = 5383;
22 }
23
24 // Token: 0x0600067D RID: 1661 RVA: 0x0000FA74 File Offset: 0x0000DC74
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
FieldAccessException(SerializationInfo info, StreamingContext context)