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
MissingSatelliteAssemblyException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Resources
5{
6 // Token: 0x020004A7 RID: 1191
9 {
10 // Token: 0x060022C6 RID: 8902 RVA: 0x0004E044 File Offset: 0x0004C244
12 : base("Resource lookup fell back to the ultimate fallback resources in a satellite assembly, but that satellite either was not found or could not be loaded. Please consider reinstalling or repairing the application.")
13 {
14 this._HResult = 5430;
15 }
16
17 // Token: 0x060022C7 RID: 8903 RVA: 0x0004E068 File Offset: 0x0004C268
18 public MissingSatelliteAssemblyException(string message, string cultureName)
19 : base(message)
20 {
21 this._HResult = 5430;
23 }
24
25 // Token: 0x060022C8 RID: 8904 RVA: 0x0004E090 File Offset: 0x0004C290
30
31 // Token: 0x040012F6 RID: 4854
32 private string _cultureName;
33 }
34}
class f__AnonymousType0<< Count > j__TPar
MissingSatelliteAssemblyException(SerializationInfo info, StreamingContext context)