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
AuthenticationException.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020000E4 RID: 228
7 [Serializable]
9 {
10 // Token: 0x0600053B RID: 1339 RVA: 0x00014F24 File Offset: 0x00013124
12 {
13 string text = Locale.GetText("Authentication exception.");
14 base..ctor(text);
15 }
16
17 // Token: 0x0600053C RID: 1340 RVA: 0x00014F44 File Offset: 0x00013144
19 : base(message, innerException)
20 {
21 }
22
23 // Token: 0x0600053D RID: 1341 RVA: 0x00014F5C File Offset: 0x0001315C
28 }
29}
class f__AnonymousType0<< Count > j__TPar
static string GetText(string msg)
Definition Locale.cs:8
AuthenticationException(SerializationInfo serializationInfo, StreamingContext streamingContext)
AuthenticationException(string message, Exception innerException)