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
ExceptionCheck.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Net
4{
5 // Token: 0x02000125 RID: 293
6 internal static class ExceptionCheck
7 {
8 // Token: 0x060006E7 RID: 1767 RVA: 0x000193E8 File Offset: 0x000175E8
9 internal static bool IsFatal(Exception exception)
10 {
11 }
12 }
13}
static bool IsFatal(Exception exception)