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
FormatException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x020000A9 RID: 169
9 {
10 // Token: 0x0600067F RID: 1663 RVA: 0x0000FAA0 File Offset: 0x0000DCA0
12 : base("One of the identified items was in an invalid format.")
13 {
14 this._HResult = 5431;
15 }
16
17 // Token: 0x06000680 RID: 1664 RVA: 0x0000FAC4 File Offset: 0x0000DCC4
18 public FormatException(string message)
19 : base(message)
20 {
21 this._HResult = 5431;
22 }
23
24 // Token: 0x06000681 RID: 1665 RVA: 0x0000FAE4 File Offset: 0x0000DCE4
26 : base(message, innerException)
27 {
28 this._HResult = 5431;
29 }
30
31 // Token: 0x06000682 RID: 1666 RVA: 0x0000FB04 File Offset: 0x0000DD04
33 : base(info, context)
34 {
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
FormatException(SerializationInfo info, StreamingContext context)
FormatException(string message)
FormatException(string message, Exception innerException)