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
CustomAttributeFormatException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Reflection
5
{
6
// Token: 0x020004CD RID: 1229
7
[
Serializable
]
8
public
class
CustomAttributeFormatException
:
FormatException
9
{
10
// Token: 0x0600237A RID: 9082 RVA: 0x00050458 File Offset: 0x0004E658
11
public
CustomAttributeFormatException
()
12
{
13
this._HResult
= 5637;
14
}
15
16
// Token: 0x0600237B RID: 9083 RVA: 0x00050470 File Offset: 0x0004E670
17
public
CustomAttributeFormatException
(
string
message)
18
{
19
this._HResult
= 5637;
20
}
21
22
// Token: 0x0600237C RID: 9084 RVA: 0x00050488 File Offset: 0x0004E688
23
public
CustomAttributeFormatException
(
string
message,
Exception
inner
)
24
:
base
(message,
inner
)
25
{
26
this._HResult
= 5637;
27
}
28
29
// Token: 0x0600237D RID: 9085 RVA: 0x000504A8 File Offset: 0x0004E6A8
30
protected
CustomAttributeFormatException
(
SerializationInfo
info
,
StreamingContext
context)
31
:
base
(
info
, context)
32
{
33
}
34
}
35
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Exception
Definition
Exception.cs:15
System.FormatException
Definition
FormatException.cs:9
System.Reflection.CustomAttributeFormatException.CustomAttributeFormatException
CustomAttributeFormatException()
Definition
CustomAttributeFormatException.cs:11
System.Reflection.CustomAttributeFormatException.CustomAttributeFormatException
CustomAttributeFormatException(SerializationInfo info, StreamingContext context)
Definition
CustomAttributeFormatException.cs:30
System.Reflection.CustomAttributeFormatException.CustomAttributeFormatException
CustomAttributeFormatException(string message, Exception inner)
Definition
CustomAttributeFormatException.cs:23
System.Reflection.CustomAttributeFormatException.CustomAttributeFormatException
CustomAttributeFormatException(string message)
Definition
CustomAttributeFormatException.cs:17
System.Reflection.CustomAttributeFormatException
Definition
CustomAttributeFormatException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Reflection
Definition
AmbiguousMatchException.cs:5
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
Reflection
CustomAttributeFormatException.cs
Generated by
1.10.0