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

◆ ThrowInvalidOperationException() [1/3]

static void System.Text.Json.ThrowHelper.ThrowInvalidOperationException ( ExceptionResource resource,
int currentDepth,
byte token,
JsonTokenType tokenType )
inlinestatic

Definition at line 402 of file ThrowHelper.cs.

403 {
404 throw GetInvalidOperationException(resource, currentDepth, token, tokenType);
405 }
static InvalidOperationException GetInvalidOperationException(string message)

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