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
NotSupportedException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000E1 RID: 225
9 {
10 // Token: 0x06000846 RID: 2118 RVA: 0x00013418 File Offset: 0x00011618
12 : base("Specified method is not supported.")
13 {
14 this._HResult = 5397;
15 }
16
17 // Token: 0x06000847 RID: 2119 RVA: 0x0001343C File Offset: 0x0001163C
18 public NotSupportedException(string message)
19 : base(message)
20 {
21 this._HResult = 5397;
22 }
23
24 // Token: 0x06000848 RID: 2120 RVA: 0x0001345C File Offset: 0x0001165C
26 : base(message, innerException)
27 {
28 this._HResult = 5397;
29 }
30
31 // Token: 0x06000849 RID: 2121 RVA: 0x0001347C File Offset: 0x0001167C
33 : base(info, context)
34 {
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
NotSupportedException(SerializationInfo info, StreamingContext context)
NotSupportedException(string message, Exception innerException)