Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ReThrowWithPath() [3/3]

static void System.Text.Json.ThrowHelper.ReThrowWithPath ( ref WriteStack state,
Exception ex )
inlinestatic

Definition at line 949 of file ThrowHelper.cs.

950 {
951 JsonException ex2 = new JsonException(null, ex);
953 throw ex2;
954 }
static void AddJsonExceptionInformation(ref ReadStack state, in Utf8JsonReader reader, JsonException ex)

References System.Text.Json.ThrowHelper.AddJsonExceptionInformation(), System.Text.Json.Dictionary, and System.state.