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
AmbiguousMatchException.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020004BA RID: 1210
9 {
10 // Token: 0x0600235B RID: 9051 RVA: 0x00050220 File Offset: 0x0004E420
12 : base("Ambiguous match found.")
13 {
14 this._HResult = 8477;
15 }
16
17 // Token: 0x0600235C RID: 9052 RVA: 0x00050244 File Offset: 0x0004E444
18 public AmbiguousMatchException(string message)
19 : base(message)
20 {
21 this._HResult = 8477;
22 }
23
24 // Token: 0x0600235D RID: 9053 RVA: 0x00050264 File Offset: 0x0004E464
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
AmbiguousMatchException(SerializationInfo info, StreamingContext context)