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
DirectoryNotFoundException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.IO
5
{
6
// Token: 0x0200052F RID: 1327
7
[
Serializable
]
8
public
class
DirectoryNotFoundException
:
IOException
9
{
10
// Token: 0x0600272C RID: 10028 RVA: 0x00054C5C File Offset: 0x00052E5C
11
public
DirectoryNotFoundException
()
12
:
base
(
"Attempted to access a path that is not on the disk."
)
13
{
14
this._HResult
= 3;
15
}
16
17
// Token: 0x0600272D RID: 10029 RVA: 0x00054C7C File Offset: 0x00052E7C
18
public
DirectoryNotFoundException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 3;
22
}
23
24
// Token: 0x0600272E RID: 10030 RVA: 0x00054C98 File Offset: 0x00052E98
25
protected
DirectoryNotFoundException
(
SerializationInfo
info
,
StreamingContext
context)
26
:
base
(
info
, context)
27
{
28
}
29
}
30
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.IO.DirectoryNotFoundException.DirectoryNotFoundException
DirectoryNotFoundException(SerializationInfo info, StreamingContext context)
Definition
DirectoryNotFoundException.cs:25
System.IO.DirectoryNotFoundException.DirectoryNotFoundException
DirectoryNotFoundException(string message)
Definition
DirectoryNotFoundException.cs:18
System.IO.DirectoryNotFoundException.DirectoryNotFoundException
DirectoryNotFoundException()
Definition
DirectoryNotFoundException.cs:11
System.IO.DirectoryNotFoundException
Definition
DirectoryNotFoundException.cs:9
System.IO.IOException
Definition
IOException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.IO
Definition
__Error.cs:4
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
IO
DirectoryNotFoundException.cs
Generated by
1.10.0