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
TlsException.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200004F RID: 79
6 public sealed class TlsException : Exception
7 {
8 // Token: 0x06000223 RID: 547 RVA: 0x00008FDC File Offset: 0x000071DC
9 public TlsException(Alert alert, string message)
10 {
11 if (!true)
12 {
13 }
14 base..ctor(message);
16 }
17
18 // Token: 0x06000224 RID: 548 RVA: 0x00008FFC File Offset: 0x000071FC
19 public TlsException(AlertDescription description, string message)
20 {
21 }
22
23 // Token: 0x04000240 RID: 576
24 private Alert alert;
25 }
26}
class f__AnonymousType0<< Count > j__TPar
TlsException(AlertDescription description, string message)
TlsException(Alert alert, string message)