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
SettingsPropertyNotFoundException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x020004AA RID: 1194
7
[
Serializable
]
8
public
class
SettingsPropertyNotFoundException
:
Exception
9
{
10
// Token: 0x0600201B RID: 8219 RVA: 0x00052B70 File Offset: 0x00050D70
11
public
SettingsPropertyNotFoundException
()
12
{
13
throw
new
NotSupportedException
();
14
}
15
16
// Token: 0x0600201C RID: 8220 RVA: 0x00052B84 File Offset: 0x00050D84
17
protected
SettingsPropertyNotFoundException
(
SerializationInfo
info
,
StreamingContext
context)
18
{
19
throw
new
NotSupportedException
();
20
}
21
22
// Token: 0x0600201D RID: 8221 RVA: 0x00052B98 File Offset: 0x00050D98
23
public
SettingsPropertyNotFoundException
(
string
message)
24
{
25
throw
new
NotSupportedException
();
26
}
27
28
// Token: 0x0600201E RID: 8222 RVA: 0x00052BAC File Offset: 0x00050DAC
29
public
SettingsPropertyNotFoundException
(
string
message,
Exception
innerException
)
30
{
31
throw
new
NotSupportedException
();
32
}
33
}
34
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.SettingsPropertyNotFoundException.SettingsPropertyNotFoundException
SettingsPropertyNotFoundException(string message)
Definition
SettingsPropertyNotFoundException.cs:23
System.Configuration.SettingsPropertyNotFoundException.SettingsPropertyNotFoundException
SettingsPropertyNotFoundException(string message, Exception innerException)
Definition
SettingsPropertyNotFoundException.cs:29
System.Configuration.SettingsPropertyNotFoundException.SettingsPropertyNotFoundException
SettingsPropertyNotFoundException()
Definition
SettingsPropertyNotFoundException.cs:11
System.Configuration.SettingsPropertyNotFoundException.SettingsPropertyNotFoundException
SettingsPropertyNotFoundException(SerializationInfo info, StreamingContext context)
Definition
SettingsPropertyNotFoundException.cs:17
System.Configuration.SettingsPropertyNotFoundException
Definition
SettingsPropertyNotFoundException.cs:9
System.Exception
Definition
Exception.cs:15
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
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
System
Configuration
SettingsPropertyNotFoundException.cs
Generated by
1.10.0