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

◆ GetJsonElementWrongTypeException() [3/4]

static InvalidOperationException System.Text.Json.ThrowHelper.GetJsonElementWrongTypeException ( string expectedTypeName,
JsonTokenType actualType )
inlinestaticpackage

Definition at line 232 of file ThrowHelper.cs.

233 {
235 }
static InvalidOperationException GetJsonElementWrongTypeException(JsonTokenType expectedType, JsonTokenType actualType)

References System.Text.Json.Dictionary, and System.Text.Json.ThrowHelper.GetJsonElementWrongTypeException().