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
PlatformNotSupportedException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000EF RID: 239
9 {
10 // Token: 0x060008E2 RID: 2274 RVA: 0x00015A38 File Offset: 0x00013C38
12 : base("Operation is not supported on this platform.")
13 {
14 this._HResult = 5433;
15 }
16
17 // Token: 0x060008E3 RID: 2275 RVA: 0x00015A5C File Offset: 0x00013C5C
18 public PlatformNotSupportedException(string message)
19 : base(message)
20 {
21 this._HResult = 5433;
22 }
23
24 // Token: 0x060008E4 RID: 2276 RVA: 0x00015A7C File Offset: 0x00013C7C
26 : base(info, context)
27 {
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar
PlatformNotSupportedException(SerializationInfo info, StreamingContext context)