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
KeyNotFoundException.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000637 RID: 1591
9 {
10 // Token: 0x0600309B RID: 12443 RVA: 0x0006A6FC File Offset: 0x000688FC
12 : base("The given key was not present in the dictionary.")
13 {
14 this._HResult = 5495;
15 }
16
17 // Token: 0x0600309C RID: 12444 RVA: 0x0006A720 File Offset: 0x00068920
18 public KeyNotFoundException(string message)
19 : base(message)
20 {
21 this._HResult = 5495;
22 }
23
24 // Token: 0x0600309D RID: 12445 RVA: 0x0006A740 File Offset: 0x00068940
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
KeyNotFoundException(SerializationInfo info, StreamingContext context)