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
NotSupportedException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System
5
{
6
// Token: 0x020000E1 RID: 225
7
[
Serializable
]
8
public
class
NotSupportedException
:
SystemException
9
{
10
// Token: 0x06000846 RID: 2118 RVA: 0x00013418 File Offset: 0x00011618
11
public
NotSupportedException
()
12
:
base
(
"Specified method is not supported."
)
13
{
14
this._HResult
= 5397;
15
}
16
17
// Token: 0x06000847 RID: 2119 RVA: 0x0001343C File Offset: 0x0001163C
18
public
NotSupportedException
(
string
message)
19
:
base
(message)
20
{
21
this._HResult
= 5397;
22
}
23
24
// Token: 0x06000848 RID: 2120 RVA: 0x0001345C File Offset: 0x0001165C
25
public
NotSupportedException
(
string
message,
Exception
innerException
)
26
:
base
(message,
innerException
)
27
{
28
this._HResult
= 5397;
29
}
30
31
// Token: 0x06000849 RID: 2121 RVA: 0x0001347C File Offset: 0x0001167C
32
protected
NotSupportedException
(
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.NotSupportedException.NotSupportedException
NotSupportedException()
Definition
NotSupportedException.cs:11
System.NotSupportedException.NotSupportedException
NotSupportedException(SerializationInfo info, StreamingContext context)
Definition
NotSupportedException.cs:32
System.NotSupportedException.NotSupportedException
NotSupportedException(string message, Exception innerException)
Definition
NotSupportedException.cs:25
System.NotSupportedException.NotSupportedException
NotSupportedException(string message)
Definition
NotSupportedException.cs:18
System.NotSupportedException
Definition
NotSupportedException.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
NotSupportedException.cs
Generated by
1.10.0