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.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x02000117 RID: 279
7
[
Serializable
]
8
public
class
UnauthorizedAccessException
:
SystemException
9
{
10
// Token: 0x06000B01 RID: 2817 RVA: 0x00018868 File Offset: 0x00016A68
11
public
UnauthorizedAccessException
()
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
25
public
UnauthorizedAccessException
(
string
message,
Exception
inner
)
26
:
base
(message,
inner
)
27
{
28
this._HResult
= 5;
29
}
30
31
// Token: 0x06000B04 RID: 2820 RVA: 0x000188C0 File Offset: 0x00016AC0
32
protected
UnauthorizedAccessException
(
SerializationInfo
info
,
StreamingContext
context)
33
:
base
(
info
, context)
34
{
35
}
36
}
37
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Exception
Definition
Exception.cs:15
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.SystemException
Definition
SystemException.cs:9
System.UnauthorizedAccessException.UnauthorizedAccessException
UnauthorizedAccessException()
Definition
UnauthorizedAccessException.cs:11
System.UnauthorizedAccessException.UnauthorizedAccessException
UnauthorizedAccessException(string message, Exception inner)
Definition
UnauthorizedAccessException.cs:25
System.UnauthorizedAccessException.UnauthorizedAccessException
UnauthorizedAccessException(SerializationInfo info, StreamingContext context)
Definition
UnauthorizedAccessException.cs:32
System.UnauthorizedAccessException.UnauthorizedAccessException
UnauthorizedAccessException(string message)
Definition
UnauthorizedAccessException.cs:18
System.UnauthorizedAccessException
Definition
UnauthorizedAccessException.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System.ExceptionArgument.info
@ info
System
Definition
__ComObject.cs:4
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:10
source
mscorlib
System
UnauthorizedAccessException.cs
Generated by
1.10.0