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
WebException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x020001C8 RID: 456
9 {
10 // Token: 0x06000AE7 RID: 2791 RVA: 0x00023FF0 File Offset: 0x000221F0
11 public WebException()
12 {
13 this.m_Status = WebExceptionStatus.UnknownError;
14 base..ctor();
15 }
16
17 // Token: 0x06000AE8 RID: 2792 RVA: 0x0002400C File Offset: 0x0002220C
18 public WebException(string message)
19 {
20 this.m_Status = WebExceptionStatus.UnknownError;
21 }
22
23 // Token: 0x06000AE9 RID: 2793 RVA: 0x00024024 File Offset: 0x00022224
24 public WebException(string message, Exception innerException)
25 {
26 this.m_Status = WebExceptionStatus.UnknownError;
27 base..ctor(message, innerException);
28 }
29
30 // Token: 0x06000AEA RID: 2794 RVA: 0x00024044 File Offset: 0x00022244
31 public WebException(string message, WebExceptionStatus status)
32 {
33 }
34
35 // Token: 0x06000AEB RID: 2795 RVA: 0x00024054 File Offset: 0x00022254
39
40 // Token: 0x06000AEC RID: 2796 RVA: 0x00024064 File Offset: 0x00022264
41 public WebException(string message, Exception innerException, WebExceptionStatus status, WebResponse response)
42 {
43 }
44
45 // Token: 0x06000AED RID: 2797 RVA: 0x00024074 File Offset: 0x00022274
46 internal WebException(string message, string data, Exception innerException, WebExceptionStatus status, WebResponse response)
47 {
48 this.m_Status = WebExceptionStatus.UnknownError;
49 if (data != null)
50 {
51 string text = ": '" + data + "'";
52 return;
53 }
54 string text2 = message + "";
55 base..ctor(text2, innerException);
56 this.m_Status = status;
57 this.m_Response = response;
58 }
59
60 // Token: 0x06000AEE RID: 2798 RVA: 0x000240C4 File Offset: 0x000222C4
64
65 // Token: 0x06000AEF RID: 2799 RVA: 0x000240D4 File Offset: 0x000222D4
67 {
68 this.m_Status = WebExceptionStatus.UnknownError;
69 if (data != null)
70 {
71 string text = ": '" + data + "'";
72 return;
73 }
74 string text2 = message + "";
75 base..ctor(text2, innerException);
76 this.m_Status = status;
77 this.m_Response = response;
79 }
80
81 // Token: 0x06000AF0 RID: 2800 RVA: 0x0002412C File Offset: 0x0002232C
87
88 // Token: 0x06000AF1 RID: 2801 RVA: 0x0002414C File Offset: 0x0002234C
92
93 // Token: 0x06000AF2 RID: 2802 RVA: 0x0002415C File Offset: 0x0002235C
98
99 // Token: 0x17000232 RID: 562
100 // (get) Token: 0x06000AF3 RID: 2803 RVA: 0x00024174 File Offset: 0x00022374
102 {
103 get
104 {
105 return this.m_Status;
106 }
107 }
108
109 // Token: 0x17000233 RID: 563
110 // (get) Token: 0x06000AF4 RID: 2804 RVA: 0x00024188 File Offset: 0x00022388
112 {
113 get
114 {
115 return this.m_Response;
116 }
117 }
118
119 // Token: 0x17000234 RID: 564
120 // (get) Token: 0x06000AF5 RID: 2805 RVA: 0x0002419C File Offset: 0x0002239C
122 {
123 get
124 {
125 return this.m_InternalStatus;
126 }
127 }
128
129 // Token: 0x04000995 RID: 2453
131
132 // Token: 0x04000996 RID: 2454
134
135 // Token: 0x04000997 RID: 2455
138 }
139}
class f__AnonymousType0<< Count > j__TPar
WebException(SerializationInfo serializationInfo, StreamingContext streamingContext)
WebException(string message, WebExceptionStatus status, WebExceptionInternalStatus internalStatus, Exception innerException)
WebException(string message)
WebException(string message, string data, Exception innerException, WebExceptionStatus status, WebResponse response, WebExceptionInternalStatus internalStatus)
WebExceptionInternalStatus m_InternalStatus
WebException(string message, Exception innerException, WebExceptionStatus status, WebResponse response)
WebException(string message, string data, Exception innerException, WebExceptionStatus status, WebResponse response)
WebException(string message, WebExceptionStatus status)
WebExceptionInternalStatus InternalStatus
override void GetObjectData(SerializationInfo serializationInfo, StreamingContext streamingContext)
WebExceptionStatus m_Status
WebException(string message, Exception innerException, WebExceptionStatus status, WebResponse response, WebExceptionInternalStatus internalStatus)
WebException(string message, Exception innerException)
void GetObjectData(SerializationInfo info, StreamingContext context)