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
SettingsPropertyIsReadOnlyException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.Serialization
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x020004A9 RID: 1193
7
[
Serializable
]
8
public
class
SettingsPropertyIsReadOnlyException
:
Exception
9
{
10
// Token: 0x06002017 RID: 8215 RVA: 0x00052B20 File Offset: 0x00050D20
11
public
SettingsPropertyIsReadOnlyException
()
12
{
13
throw
new
NotSupportedException
();
14
}
15
16
// Token: 0x06002018 RID: 8216 RVA: 0x00052B34 File Offset: 0x00050D34
17
protected
SettingsPropertyIsReadOnlyException
(
SerializationInfo
info
,
StreamingContext
context)
18
{
19
throw
new
NotSupportedException
();
20
}
21
22
// Token: 0x06002019 RID: 8217 RVA: 0x00052B48 File Offset: 0x00050D48
23
public
SettingsPropertyIsReadOnlyException
(
string
message)
24
{
25
throw
new
NotSupportedException
();
26
}
27
28
// Token: 0x0600201A RID: 8218 RVA: 0x00052B5C File Offset: 0x00050D5C
29
public
SettingsPropertyIsReadOnlyException
(
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.SettingsPropertyIsReadOnlyException.SettingsPropertyIsReadOnlyException
SettingsPropertyIsReadOnlyException(SerializationInfo info, StreamingContext context)
Definition
SettingsPropertyIsReadOnlyException.cs:17
System.Configuration.SettingsPropertyIsReadOnlyException.SettingsPropertyIsReadOnlyException
SettingsPropertyIsReadOnlyException()
Definition
SettingsPropertyIsReadOnlyException.cs:11
System.Configuration.SettingsPropertyIsReadOnlyException.SettingsPropertyIsReadOnlyException
SettingsPropertyIsReadOnlyException(string message)
Definition
SettingsPropertyIsReadOnlyException.cs:23
System.Configuration.SettingsPropertyIsReadOnlyException.SettingsPropertyIsReadOnlyException
SettingsPropertyIsReadOnlyException(string message, Exception innerException)
Definition
SettingsPropertyIsReadOnlyException.cs:29
System.Configuration.SettingsPropertyIsReadOnlyException
Definition
SettingsPropertyIsReadOnlyException.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
SettingsPropertyIsReadOnlyException.cs
Generated by
1.10.0