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
MissingManifestResourceException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Resources
5{
6 // Token: 0x020004A6 RID: 1190
9 {
10 // Token: 0x060022C3 RID: 8899 RVA: 0x0004DFE8 File Offset: 0x0004C1E8
12 : base("Unable to find manifest resource.")
13 {
14 this._HResult = 5426;
15 }
16
17 // Token: 0x060022C4 RID: 8900 RVA: 0x0004E00C File Offset: 0x0004C20C
18 public MissingManifestResourceException(string message)
19 : base(message)
20 {
21 this._HResult = 5426;
22 }
23
24 // Token: 0x060022C5 RID: 8901 RVA: 0x0004E02C File Offset: 0x0004C22C
29 }
30}
class f__AnonymousType0<< Count > j__TPar
MissingManifestResourceException(SerializationInfo info, StreamingContext context)