Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsFatal() [6/6]

static bool System.Net.ExceptionCheck.IsFatal ( Exception exception)
inlinestaticpackage

Definition at line 5 of file ExceptionCheck.cs.

6 {
7 return exception is OutOfMemoryException;
8 }

References System.exception.