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
TargetParameterCountException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Reflection
5{
6 // Token: 0x020004F4 RID: 1268
9 {
10 // Token: 0x060024D5 RID: 9429 RVA: 0x00051620 File Offset: 0x0004F820
12 : base("Number of parameters specified does not match the expected number.")
13 {
14 this._HResult = 14;
15 }
16
17 // Token: 0x060024D6 RID: 9430 RVA: 0x00051640 File Offset: 0x0004F840
18 public TargetParameterCountException(string message)
19 : base(message)
20 {
21 this._HResult = 14;
22 }
23
24 // Token: 0x060024D7 RID: 9431 RVA: 0x0005165C File Offset: 0x0004F85C
29 }
30}
class f__AnonymousType0<< Count > j__TPar
TargetParameterCountException(SerializationInfo info, StreamingContext context)