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
CustomAttributeFormatException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x020004CD RID: 1229
9 {
10 // Token: 0x0600237A RID: 9082 RVA: 0x00050458 File Offset: 0x0004E658
12 {
13 this._HResult = 5637;
14 }
15
16 // Token: 0x0600237B RID: 9083 RVA: 0x00050470 File Offset: 0x0004E670
17 public CustomAttributeFormatException(string message)
18 {
19 this._HResult = 5637;
20 }
21
22 // Token: 0x0600237C RID: 9084 RVA: 0x00050488 File Offset: 0x0004E688
24 : base(message, inner)
25 {
26 this._HResult = 5637;
27 }
28
29 // Token: 0x0600237D RID: 9085 RVA: 0x000504A8 File Offset: 0x0004E6A8
31 : base(info, context)
32 {
33 }
34 }
35}
class f__AnonymousType0<< Count > j__TPar
CustomAttributeFormatException(SerializationInfo info, StreamingContext context)