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
NotImplementedException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x020000E0 RID: 224
7
[
Serializable
]
8
public
class
NotImplementedException
:
SystemException
9
{
10
// Token: 0x06000843 RID: 2115 RVA: 0x000133BC File Offset: 0x000115BC
11
public
NotImplementedException
()
12
:
base
(
"The method or operation is not implemented."
)
13
{
14
this._HResult
= 16385;
15
}
16
17
// Token: 0x06000844 RID: 2116 RVA: 0x000133E0 File Offset: 0x000115E0
18
public
NotImplementedException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 16385;
22
}
23
24
// Token: 0x06000845 RID: 2117 RVA: 0x00013400 File Offset: 0x00011600
25
protected
NotImplementedException
(
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.NotImplementedException.NotImplementedException
NotImplementedException(SerializationInfo info, StreamingContext context)
Definition
NotImplementedException.cs:25
System.NotImplementedException.NotImplementedException
NotImplementedException(string message)
Definition
NotImplementedException.cs:18
System.NotImplementedException.NotImplementedException
NotImplementedException()
Definition
NotImplementedException.cs:11
System.NotImplementedException
Definition
NotImplementedException.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
NotImplementedException.cs
Generated by
1.10.0