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
IndexOutOfRangeException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x020000CD RID: 205
7
[
Serializable
]
8
public
sealed
class
IndexOutOfRangeException
:
SystemException
9
{
10
// Token: 0x06000771 RID: 1905 RVA: 0x000122A8 File Offset: 0x000104A8
11
public
IndexOutOfRangeException
()
12
:
base
(
"Index was outside the bounds of the array."
)
13
{
14
}
15
16
// Token: 0x06000772 RID: 1906 RVA: 0x000122C0 File Offset: 0x000104C0
17
public
IndexOutOfRangeException
(
string
message)
18
:
base
(message)
19
{
20
this._HResult
= 5384;
21
}
22
23
// Token: 0x06000773 RID: 1907 RVA: 0x000122E0 File Offset: 0x000104E0
24
internal
IndexOutOfRangeException
(
SerializationInfo
info
,
StreamingContext
context)
25
:
base
(
info
, context)
26
{
27
}
28
}
29
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.IndexOutOfRangeException.IndexOutOfRangeException
IndexOutOfRangeException()
Definition
IndexOutOfRangeException.cs:11
System.IndexOutOfRangeException.IndexOutOfRangeException
IndexOutOfRangeException(string message)
Definition
IndexOutOfRangeException.cs:17
System.IndexOutOfRangeException.IndexOutOfRangeException
IndexOutOfRangeException(SerializationInfo info, StreamingContext context)
Definition
IndexOutOfRangeException.cs:24
System.IndexOutOfRangeException
Definition
IndexOutOfRangeException.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
IndexOutOfRangeException.cs
Generated by
1.10.0