Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ExceptionCheck.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
internal
static
class
ExceptionCheck
4
{
5
internal
static
bool
IsFatal
(
Exception
exception
)
6
{
7
return
exception
is
OutOfMemoryException
;
8
}
9
}
System.Exception
Definition
Exception.cs:15
System.Net.ExceptionCheck.IsFatal
static bool IsFatal(Exception exception)
Definition
ExceptionCheck.cs:5
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.Net
Definition
HttpClientJsonExtensions.cs:8
System.ExceptionArgument.exception
@ exception
source
System.Net.Requests
System.Net
ExceptionCheck.cs
Generated by
1.10.0