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
JsonWriterException.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
System.Runtime.Serialization
;
4
using
Newtonsoft.Json.Shims
;
5
6
namespace
Newtonsoft.Json
7
{
8
// Token: 0x0200002D RID: 45
9
[
Preserve
]
10
[
Serializable
]
11
public
class
JsonWriterException
:
JsonException
12
{
13
// Token: 0x1700004F RID: 79
14
// (get) Token: 0x06000142 RID: 322 RVA: 0x00005764 File Offset: 0x00003964
15
// (set) Token: 0x06000143 RID: 323 RVA: 0x00005778 File Offset: 0x00003978
16
public
string
Path
17
{
18
[
CompilerGenerated
]
19
get
20
{
21
return
this.<
Path
>
k__BackingField
;
22
}
23
[
CompilerGenerated
]
24
private
set
25
{
26
this.<
Path
>
k__BackingField
=
value
;
27
}
28
}
29
30
// Token: 0x06000144 RID: 324 RVA: 0x0000578C File Offset: 0x0000398C
31
public
JsonWriterException
()
32
{
33
}
34
35
// Token: 0x06000145 RID: 325 RVA: 0x000057A0 File Offset: 0x000039A0
36
public
JsonWriterException
(
string
message)
37
:
base
(message)
38
{
39
}
40
41
// Token: 0x06000146 RID: 326 RVA: 0x000057B4 File Offset: 0x000039B4
42
public
JsonWriterException
(
string
message,
Exception
innerException
)
43
:
base
(message,
innerException
)
44
{
45
}
46
47
// Token: 0x06000147 RID: 327 RVA: 0x000057CC File Offset: 0x000039CC
48
public
JsonWriterException
(
SerializationInfo
info
,
StreamingContext
context)
49
:
base
(
info
, context)
50
{
51
}
52
53
// Token: 0x06000148 RID: 328 RVA: 0x000057E4 File Offset: 0x000039E4
54
internal
JsonWriterException
(
string
message,
Exception
innerException
,
string
path)
55
:
base
(message,
innerException
)
56
{
57
this.Path
= path;
58
}
59
60
// Token: 0x06000149 RID: 329 RVA: 0x00005800 File Offset: 0x00003A00
61
internal
static
JsonWriterException
Create
(
JsonWriter
writer,
string
message,
Exception
ex)
62
{
63
JsonWriterException
ex2
;
64
return
ex2
;
65
}
66
67
// Token: 0x0600014A RID: 330 RVA: 0x00005810 File Offset: 0x00003A10
68
internal
static
JsonWriterException
Create
(
string
path,
string
message,
Exception
ex)
69
{
70
if
(!
true
)
71
{
72
return
;
73
}
74
}
75
76
// Token: 0x040000C5 RID: 197
77
[
CompilerGenerated
]
78
private
string <Path>
k__BackingField
;
79
}
80
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.JsonException
Definition
JsonException.cs:11
Newtonsoft.Json.JsonWriterException.Create
static JsonWriterException Create(string path, string message, Exception ex)
Definition
JsonWriterException.cs:68
Newtonsoft.Json.JsonWriterException.JsonWriterException
JsonWriterException(string message)
Definition
JsonWriterException.cs:36
Newtonsoft.Json.JsonWriterException.k__BackingField
string< Path > k__BackingField
Definition
JsonWriterException.cs:78
Newtonsoft.Json.JsonWriterException.JsonWriterException
JsonWriterException(string message, Exception innerException)
Definition
JsonWriterException.cs:42
Newtonsoft.Json.JsonWriterException.Create
static JsonWriterException Create(JsonWriter writer, string message, Exception ex)
Definition
JsonWriterException.cs:61
Newtonsoft.Json.JsonWriterException.JsonWriterException
JsonWriterException(SerializationInfo info, StreamingContext context)
Definition
JsonWriterException.cs:48
Newtonsoft.Json.JsonWriterException.JsonWriterException
JsonWriterException(string message, Exception innerException, string path)
Definition
JsonWriterException.cs:54
Newtonsoft.Json.JsonWriterException.Path
string Path
Definition
JsonWriterException.cs:17
Newtonsoft.Json.JsonWriterException.JsonWriterException
JsonWriterException()
Definition
JsonWriterException.cs:31
Newtonsoft.Json.JsonWriterException
Definition
JsonWriterException.cs:12
Newtonsoft.Json.JsonWriter
Definition
JsonWriter.cs:14
System.Exception
Definition
Exception.cs:15
System.Runtime.Serialization.SerializationInfo
Definition
SerializationInfo.cs:10
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json
Definition
BsonArray.cs:8
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Runtime.Serialization
Definition
DeserializationEventHandler.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System.ExceptionArgument.value
@ value
System.ExceptionArgument.info
@ info
System
Definition
__ComObject.cs:4
System.Runtime.Serialization.StreamingContext
Definition
StreamingContext.cs:10
source
Newtonsoft.Json
JsonWriterException.cs
Generated by
1.10.0