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
JsonException.cs
Go to the documentation of this file.
1using System;
4
5namespace Newtonsoft.Json
6{
7 // Token: 0x02000015 RID: 21
10 public class JsonException : Exception
11 {
12 // Token: 0x06000032 RID: 50 RVA: 0x00002524 File Offset: 0x00000724
14 {
15 if (!true)
16 {
17 }
18 base..ctor();
19 }
20
21 // Token: 0x06000033 RID: 51 RVA: 0x0000253C File Offset: 0x0000073C
22 public JsonException(string message)
23 {
24 if (!true)
25 {
26 }
27 base..ctor(message);
28 }
29
30 // Token: 0x06000034 RID: 52 RVA: 0x00002554 File Offset: 0x00000754
31 public JsonException(string message, Exception innerException)
32 {
33 if (!true)
34 {
35 }
36 base..ctor(message, innerException);
37 }
38
39 // Token: 0x06000035 RID: 53 RVA: 0x0000256C File Offset: 0x0000076C
41 {
42 if (!true)
43 {
44 }
45 base..ctor(info, context);
46 }
47
48 // Token: 0x06000036 RID: 54 RVA: 0x00002584 File Offset: 0x00000784
49 internal static JsonException Create(IJsonLineInfo lineInfo, string path, string message)
50 {
51 /*
52An exception occurred when decompiling this method (06000036)
53
54ICSharpCode.Decompiler.DecompilerException: Error decompiling Newtonsoft.Json.JsonException Newtonsoft.Json.JsonException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String)
55
56 ---> System.Exception: Basic block has to end with unconditional control flow.
57{
58 IL_0000:
59 brtrue(IL_0000, ldc.i4:bool(1))
60}
61
62 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
63 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
64 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
65 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
66 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
67 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
68 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
69 --- End of inner exception stack trace ---
70 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
71 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
72*/;
73 }
74 }
75}
class f__AnonymousType0<< Count > j__TPar
JsonException(SerializationInfo info, StreamingContext context)
static JsonException Create(IJsonLineInfo lineInfo, string path, string message)
JsonException(string message, Exception innerException)