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.
1
using
System
;
2
using
System.ComponentModel
;
3
using
System.Runtime.InteropServices
;
4
using
System.Runtime.Serialization
;
5
6
namespace
System.Net
7
{
8
// Token: 0x02000191 RID: 401
9
[
Serializable
]
10
public
class
HttpListenerException
: global::System.ComponentModel.
Win32Exception
11
{
12
// Token: 0x06000A49 RID: 2633 RVA: 0x00022BFC File Offset: 0x00020DFC
13
public
HttpListenerException
()
14
{
15
if
(!
true
)
16
{
17
}
18
int
lastWin32Error
=
Marshal
.
GetLastWin32Error
();
19
base
..ctor(
lastWin32Error
);
20
}
21
22
// Token: 0x06000A4A RID: 2634 RVA: 0x00022C1C File Offset: 0x00020E1C
23
public
HttpListenerException
(
int
errorCode
)
24
:
base
(
errorCode
)
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
35
protected
HttpListenerException
(
SerializationInfo
serializationInfo
,
StreamingContext
streamingContext
)
36
:
base
(
serializationInfo
,
streamingContext
)
37
{
38
}
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ComponentModel.Win32Exception
Definition
Win32Exception.cs:10
System.Net.HttpListenerException.HttpListenerException
HttpListenerException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Definition
HttpListenerException.cs:35
System.Net.HttpListenerException.HttpListenerException
HttpListenerException(int errorCode, string message)
Definition
HttpListenerException.cs:29
System.Net.HttpListenerException.HttpListenerException
HttpListenerException(int errorCode)
Definition
HttpListenerException.cs:23
System.Net.HttpListenerException.HttpListenerException
HttpListenerException()
Definition
HttpListenerException.cs:13
System.Net.HttpListenerException.ErrorCode
override int ErrorCode
Definition
HttpListenerException.cs:43
System.Net.HttpListenerException
Definition
HttpListenerException.cs:11
System.Runtime.InteropServices.Marshal.GetLastWin32Error
static int GetLastWin32Error()
Definition
Marshal.cs:232
System.Runtime.InteropServices.Marshal
Definition
Marshal.cs:14
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Net
Definition
AuthenticationManager.cs:7
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System
Definition
__ComObject.cs:4
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:10
source
System
Net
HttpListenerException.cs
Generated by
1.10.0