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
NotImplementedException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000E0 RID: 224
9 {
10 // Token: 0x06000843 RID: 2115 RVA: 0x000133BC File Offset: 0x000115BC
12 : base("The method or operation is not implemented.")
13 {
14 this._HResult = 16385;
15 }
16
17 // Token: 0x06000844 RID: 2116 RVA: 0x000133E0 File Offset: 0x000115E0
18 public NotImplementedException(string message)
19 : base(message)
20 {
21 this._HResult = 16385;
22 }
23
24 // Token: 0x06000845 RID: 2117 RVA: 0x00013400 File Offset: 0x00011600
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
NotImplementedException(SerializationInfo info, StreamingContext context)