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
KeyNotFoundException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Collections.Generic
5
{
6
// Token: 0x02000637 RID: 1591
7
[
Serializable
]
8
public
class
KeyNotFoundException
:
SystemException
9
{
10
// Token: 0x0600309B RID: 12443 RVA: 0x0006A6FC File Offset: 0x000688FC
11
public
KeyNotFoundException
()
12
:
base
(
"The given key was not present in the dictionary."
)
13
{
14
this._HResult
= 5495;
15
}
16
17
// Token: 0x0600309C RID: 12444 RVA: 0x0006A720 File Offset: 0x00068920
18
public
KeyNotFoundException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 5495;
22
}
23
24
// Token: 0x0600309D RID: 12445 RVA: 0x0006A740 File Offset: 0x00068940
25
protected
KeyNotFoundException
(
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.Collections.Generic.KeyNotFoundException.KeyNotFoundException
KeyNotFoundException(string message)
Definition
KeyNotFoundException.cs:18
System.Collections.Generic.KeyNotFoundException.KeyNotFoundException
KeyNotFoundException(SerializationInfo info, StreamingContext context)
Definition
KeyNotFoundException.cs:25
System.Collections.Generic.KeyNotFoundException.KeyNotFoundException
KeyNotFoundException()
Definition
KeyNotFoundException.cs:11
System.Collections.Generic.KeyNotFoundException
Definition
KeyNotFoundException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.SystemException
Definition
SystemException.cs:9
System.Collections.Generic
Definition
ArrayBuilder.cs:5
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
Collections
Generic
KeyNotFoundException.cs
Generated by
1.10.0