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
IOException.cs
Go to the documentation of this file.
1using System;
3
4namespace System.IO
5{
6 // Token: 0x02000538 RID: 1336
9 {
10 // Token: 0x06002749 RID: 10057 RVA: 0x000550E0 File Offset: 0x000532E0
11 public IOException()
12 : base("I/O error occurred.")
13 {
14 this._HResult = 5664;
15 }
16
17 // Token: 0x0600274A RID: 10058 RVA: 0x00055104 File Offset: 0x00053304
18 public IOException(string message)
19 : base(message)
20 {
21 this._HResult = 5664;
22 }
23
24 // Token: 0x0600274B RID: 10059 RVA: 0x00055124 File Offset: 0x00053324
25 public IOException(string message, int hresult)
26 : base(message)
27 {
29 }
30
31 // Token: 0x0600274C RID: 10060 RVA: 0x00055140 File Offset: 0x00053340
32 public IOException(string message, Exception innerException)
33 : base(message, innerException)
34 {
35 this._HResult = 5664;
36 }
37
38 // Token: 0x0600274D RID: 10061 RVA: 0x00055160 File Offset: 0x00053360
40 : base(info, context)
41 {
42 }
43 }
44}
class f__AnonymousType0<< Count > j__TPar
IOException(string message, int hresult)
IOException(string message)
IOException(string message, Exception innerException)
IOException(SerializationInfo info, StreamingContext context)