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
UnauthorizedAccessException.cs
Go to the documentation of this file.
1using System;
3
4namespace System
5{
6 // Token: 0x02000117 RID: 279
9 {
10 // Token: 0x06000B01 RID: 2817 RVA: 0x00018868 File Offset: 0x00016A68
12 : base("Attempted to perform an unauthorized operation.")
13 {
14 this._HResult = 5;
15 }
16
17 // Token: 0x06000B02 RID: 2818 RVA: 0x00018888 File Offset: 0x00016A88
18 public UnauthorizedAccessException(string message)
19 : base(message)
20 {
21 this._HResult = 5;
22 }
23
24 // Token: 0x06000B03 RID: 2819 RVA: 0x000188A4 File Offset: 0x00016AA4
26 : base(message, inner)
27 {
28 this._HResult = 5;
29 }
30
31 // Token: 0x06000B04 RID: 2820 RVA: 0x000188C0 File Offset: 0x00016AC0
33 : base(info, context)
34 {
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
UnauthorizedAccessException(string message, Exception inner)
UnauthorizedAccessException(SerializationInfo info, StreamingContext context)