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
MarshalDirectiveException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Runtime.InteropServices
5
{
6
// Token: 0x02000430 RID: 1072
7
[
Serializable
]
8
public
class
MarshalDirectiveException
:
SystemException
9
{
10
// Token: 0x0600214E RID: 8526 RVA: 0x0004BE18 File Offset: 0x0004A018
11
public
MarshalDirectiveException
()
12
:
base
(
"Marshaling directives are invalid."
)
13
{
14
this._HResult
= 5429;
15
}
16
17
// Token: 0x0600214F RID: 8527 RVA: 0x0004BE3C File Offset: 0x0004A03C
18
public
MarshalDirectiveException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 5429;
22
}
23
24
// Token: 0x06002150 RID: 8528 RVA: 0x0004BE5C File Offset: 0x0004A05C
25
protected
MarshalDirectiveException
(
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.Runtime.InteropServices.MarshalDirectiveException.MarshalDirectiveException
MarshalDirectiveException()
Definition
MarshalDirectiveException.cs:11
System.Runtime.InteropServices.MarshalDirectiveException.MarshalDirectiveException
MarshalDirectiveException(SerializationInfo info, StreamingContext context)
Definition
MarshalDirectiveException.cs:25
System.Runtime.InteropServices.MarshalDirectiveException.MarshalDirectiveException
MarshalDirectiveException(string message)
Definition
MarshalDirectiveException.cs:18
System.Runtime.InteropServices.MarshalDirectiveException
Definition
MarshalDirectiveException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.SystemException
Definition
SystemException.cs:9
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.InteropServices
Definition
_Activator.cs:4
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
Runtime
InteropServices
MarshalDirectiveException.cs
Generated by
1.10.0