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
HttpListenerException.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 // Token: 0x02000191 RID: 401
10 public class HttpListenerException : global::System.ComponentModel.Win32Exception
11 {
12 // Token: 0x06000A49 RID: 2633 RVA: 0x00022BFC File Offset: 0x00020DFC
14 {
15 if (!true)
16 {
17 }
19 base..ctor(lastWin32Error);
20 }
21
22 // Token: 0x06000A4A RID: 2634 RVA: 0x00022C1C File Offset: 0x00020E1C
25 {
26 }
27
28 // Token: 0x06000A4B RID: 2635 RVA: 0x00022C30 File Offset: 0x00020E30
29 public HttpListenerException(int errorCode, string message)
30 : base(errorCode, message)
31 {
32 }
33
34 // Token: 0x06000A4C RID: 2636 RVA: 0x00022C48 File Offset: 0x00020E48
39
40 // Token: 0x17000215 RID: 533
41 // (get) Token: 0x06000A4D RID: 2637 RVA: 0x00022C60 File Offset: 0x00020E60
42 public override int ErrorCode
43 {
44 get
45 {
46 return this.nativeErrorCode;
47 }
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
HttpListenerException(SerializationInfo serializationInfo, StreamingContext streamingContext)
HttpListenerException(int errorCode, string message)