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
SettingsPropertyNotFoundException.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020004AA RID: 1194
9 {
10 // Token: 0x0600201B RID: 8219 RVA: 0x00052B70 File Offset: 0x00050D70
12 {
13 throw new NotSupportedException();
14 }
15
16 // Token: 0x0600201C RID: 8220 RVA: 0x00052B84 File Offset: 0x00050D84
21
22 // Token: 0x0600201D RID: 8221 RVA: 0x00052B98 File Offset: 0x00050D98
23 public SettingsPropertyNotFoundException(string message)
24 {
25 throw new NotSupportedException();
26 }
27
28 // Token: 0x0600201E RID: 8222 RVA: 0x00052BAC File Offset: 0x00050DAC
30 {
31 throw new NotSupportedException();
32 }
33 }
34}
class f__AnonymousType0<< Count > j__TPar
SettingsPropertyNotFoundException(string message, Exception innerException)
SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context)