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
DriveNotFoundException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.IO
5
{
6
// Token: 0x02000549 RID: 1353
7
[
Serializable
]
8
public
class
DriveNotFoundException
:
IOException
9
{
10
// Token: 0x06002834 RID: 10292 RVA: 0x00057540 File Offset: 0x00055740
11
public
DriveNotFoundException
()
12
:
base
(
"Could not find the drive. The drive might not be ready or might not be mapped."
)
13
{
14
this._HResult
= 3;
15
}
16
17
// Token: 0x06002835 RID: 10293 RVA: 0x00057560 File Offset: 0x00055760
18
public
DriveNotFoundException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 3;
22
}
23
24
// Token: 0x06002836 RID: 10294 RVA: 0x0005757C File Offset: 0x0005577C
25
protected
DriveNotFoundException
(
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.DriveNotFoundException.DriveNotFoundException
DriveNotFoundException(SerializationInfo info, StreamingContext context)
Definition
DriveNotFoundException.cs:25
System.IO.DriveNotFoundException.DriveNotFoundException
DriveNotFoundException(string message)
Definition
DriveNotFoundException.cs:18
System.IO.DriveNotFoundException.DriveNotFoundException
DriveNotFoundException()
Definition
DriveNotFoundException.cs:11
System.IO.DriveNotFoundException
Definition
DriveNotFoundException.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
DriveNotFoundException.cs
Generated by
1.10.0