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
FormatException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x020000A9 RID: 169
7
[
Serializable
]
8
public
class
FormatException
:
SystemException
9
{
10
// Token: 0x0600067F RID: 1663 RVA: 0x0000FAA0 File Offset: 0x0000DCA0
11
public
FormatException
()
12
:
base
(
"One of the identified items was in an invalid format."
)
13
{
14
this._HResult
= 5431;
15
}
16
17
// Token: 0x06000680 RID: 1664 RVA: 0x0000FAC4 File Offset: 0x0000DCC4
18
public
FormatException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 5431;
22
}
23
24
// Token: 0x06000681 RID: 1665 RVA: 0x0000FAE4 File Offset: 0x0000DCE4
25
public
FormatException
(
string
message,
Exception
innerException
)
26
:
base
(message,
innerException
)
27
{
28
this._HResult
= 5431;
29
}
30
31
// Token: 0x06000682 RID: 1666 RVA: 0x0000FB04 File Offset: 0x0000DD04
32
protected
FormatException
(
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.FormatException.FormatException
FormatException(SerializationInfo info, StreamingContext context)
Definition
FormatException.cs:32
System.FormatException.FormatException
FormatException()
Definition
FormatException.cs:11
System.FormatException.FormatException
FormatException(string message)
Definition
FormatException.cs:18
System.FormatException.FormatException
FormatException(string message, Exception innerException)
Definition
FormatException.cs:25
System.FormatException
Definition
FormatException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.SystemException
Definition
SystemException.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
FormatException.cs
Generated by
1.10.0