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

◆ GetJsonElementWrongTypeException() [2/4]

static InvalidOperationException System.Text.Json.ThrowHelper.GetJsonElementWrongTypeException ( JsonValueKind expectedType,
JsonValueKind actualType )
inlinestaticpackage

Definition at line 238 of file ThrowHelper.cs.

239 {
241 }
static string JsonElementHasWrongType
Definition SR.cs:90
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7
static InvalidOperationException GetInvalidOperationException(string message)

References System.Text.Json.Dictionary, System.SR.Format(), System.Text.Json.ThrowHelper.GetInvalidOperationException(), and System.SR.JsonElementHasWrongType.