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
AmbiguousImplementationException.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000335 RID: 821
7 [Serializable]
9 {
10 // Token: 0x06001BA7 RID: 7079 RVA: 0x0003BA60 File Offset: 0x00039C60
12 {
13 if (!true)
14 {
15 }
16 base..ctor("Ambiguous implementation found.");
17 this._HResult = 4202;
18 }
19
20 // Token: 0x06001BA8 RID: 7080 RVA: 0x0003BA88 File Offset: 0x00039C88
21 public AmbiguousImplementationException(string message)
22 {
23 if (!true)
24 {
25 }
26 base..ctor(message);
27 this._HResult = 4202;
28 }
29
30 // Token: 0x06001BA9 RID: 7081 RVA: 0x0003BAAC File Offset: 0x00039CAC
32 {
33 if (!true)
34 {
35 }
36 base..ctor(info, context);
37 }
38 }
39}
class f__AnonymousType0<< Count > j__TPar
AmbiguousImplementationException(SerializationInfo info, StreamingContext context)