Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ExceptionHelper.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
internal
static
class
ExceptionHelper
4
{
5
internal
static
NotSupportedException
PropertyNotSupportedException
=>
new
NotSupportedException
(
System
.
SR
.
net_PropertyNotSupportedException
);
6
7
internal
static
WebException
RequestAbortedException
=>
new
WebException
(
System
.
SR
.
net_reqaborted
);
8
9
internal
static
WebException
TimeoutException
=>
new
WebException
(
System
.
SR
.
net_timeout
);
10
}
System.Net.ExceptionHelper.RequestAbortedException
static WebException RequestAbortedException
Definition
ExceptionHelper.cs:7
System.Net.ExceptionHelper.PropertyNotSupportedException
static NotSupportedException PropertyNotSupportedException
Definition
ExceptionHelper.cs:5
System.Net.ExceptionHelper
Definition
ExceptionHelper.cs:4
System.Net.WebException
Definition
WebException.cs:12
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.SR.net_PropertyNotSupportedException
static string net_PropertyNotSupportedException
Definition
SR.cs:76
System.SR.net_reqaborted
static string net_reqaborted
Definition
SR.cs:30
System.SR.net_timeout
static string net_timeout
Definition
SR.cs:66
System.SR
Definition
SR.cs:7
System.TimeoutException
Definition
TimeoutException.cs:9
System.Net
Definition
HttpClientJsonExtensions.cs:8
System
Definition
BlockingCollection.cs:8
source
System.Net.Requests
System.Net
ExceptionHelper.cs
Generated by
1.10.0