Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SocksException.cs
Go to the documentation of this file.
1
using
System.IO
;
2
3
namespace
System.Net.Http
;
4
5
internal
class
SocksException
:
IOException
6
{
7
public
SocksException
(
string
message)
8
: base(message)
9
{
10
}
11
12
public
SocksException
(
string
message,
Exception
innerException)
13
: base(message, innerException)
14
{
15
}
16
}
System.Exception
Definition
Exception.cs:15
System.IO.IOException
Definition
IOException.cs:9
System.Net.Http.SocksException.SocksException
SocksException(string message, Exception innerException)
Definition
SocksException.cs:12
System.Net.Http.SocksException.SocksException
SocksException(string message)
Definition
SocksException.cs:7
System.Net.Http.SocksException
Definition
SocksException.cs:6
System.IO
Definition
ConsoleStream.cs:3
System.Net.Http
Definition
HttpClientJsonExtensions.cs:8
source
System.Net.Http
System.Net.Http
SocksException.cs
Generated by
1.10.0