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
RankException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x020000F1 RID: 241
7
[
Serializable
]
8
public
class
RankException
:
SystemException
9
{
10
// Token: 0x060008F1 RID: 2289 RVA: 0x00015C04 File Offset: 0x00013E04
11
public
RankException
()
12
:
base
(
"Attempted to operate on an array with the incorrect number of dimensions."
)
13
{
14
this._HResult
= 5399;
15
}
16
17
// Token: 0x060008F2 RID: 2290 RVA: 0x00015C28 File Offset: 0x00013E28
18
public
RankException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 5399;
22
}
23
24
// Token: 0x060008F3 RID: 2291 RVA: 0x00015C48 File Offset: 0x00013E48
25
protected
RankException
(
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.RankException.RankException
RankException(SerializationInfo info, StreamingContext context)
Definition
RankException.cs:25
System.RankException.RankException
RankException(string message)
Definition
RankException.cs:18
System.RankException.RankException
RankException()
Definition
RankException.cs:11
System.RankException
Definition
RankException.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
RankException.cs
Generated by
1.10.0