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
NetworkInformationException.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x020002A1 RID: 673
10 public class NetworkInformationException : global::System.ComponentModel.Win32Exception
11 {
12 // Token: 0x06001285 RID: 4741 RVA: 0x00039F40 File Offset: 0x00038140
14 {
15 if (!true)
16 {
17 }
19 base..ctor(lastWin32Error);
20 }
21
22 // Token: 0x06001286 RID: 4742 RVA: 0x00039F60 File Offset: 0x00038160
27
28 // Token: 0x17000445 RID: 1093
29 // (get) Token: 0x06001287 RID: 4743 RVA: 0x00039F78 File Offset: 0x00038178
30 public override int ErrorCode
31 {
32 get
33 {
34 return this.nativeErrorCode;
35 }
36 }
37 }
38}
class f__AnonymousType0<< Count > j__TPar
NetworkInformationException(SerializationInfo serializationInfo, StreamingContext streamingContext)