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

◆ GetDateTimeParseException()

static Exception System.DateTimeParse.GetDateTimeParseException ( DateTimeResult result)
inlinestaticprivate

Definition at line 1029 of file DateTimeParse.cs.

1030 {
1031 /*
1032An exception occurred when decompiling this method (060006FA)
1033
1034ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Exception System.DateTimeParse::GetDateTimeParseException(System.DateTimeResult)
1035
1036 ---> System.Exception: Basic block has to end with unconditional control flow.
1037{
1038 Block_0:
1039 stloc:string(var_3_12, call:string(SR::GetResourceString, call:string(SR::GetResourceString, call:string(SR::GetResourceString, ldloc:string(var_2)))))
1040 stloc:int64(var_6_17, ldc.i4:int64(0))
1041 stloc:string(var_7_26, call:string(SR::GetResourceString, call:string(SR::Format, ldloc:string(var_3_12), ldloc:string[exp:object](var_5))))
1042 stloc:string(var_10_32, call:string(SR::GetResourceString, ldloc:string(var_9)))
1043 stloc:string(var_13_42, call:string(SR::Format, ldloc:string(var_10_32), ldloc:string[exp:object](var_12), ldloc:int64[exp:object](var_6_17)))
1044}
1045
1046 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
1047 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
1048 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
1049 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
1050 --- End of inner exception stack trace ---
1051 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
1052 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
1053*/;
1054 }