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

◆ ReThrowWithPath() [1/3]

static void System.Text.Json.ThrowHelper.ReThrowWithPath ( ref ReadStack state,
in Utf8JsonReader reader,
Exception ex )
inlinestatic

Definition at line 915 of file ThrowHelper.cs.

916 {
917 JsonException ex2 = new JsonException(null, ex);
919 throw ex2;
920 }
static void AddJsonExceptionInformation(ref ReadStack state, in Utf8JsonReader reader, JsonException ex)

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