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

◆ GetInvalidOperationException() [3/5]

static InvalidOperationException System.Text.Json.ThrowHelper.GetInvalidOperationException ( string message)
inlinestaticprivate

Definition at line 151 of file ThrowHelper.cs.

152 {
154 ex.Source = "System.Text.Json.Rethrowable";
155 return ex;
156 }

References System.Text.Json.Dictionary.

Referenced by System.Text.Json.ThrowHelper.GetInvalidOperationException(), System.Text.Json.ThrowHelper.GetInvalidOperationException(), System.Text.Json.ThrowHelper.GetInvalidOperationException(), System.Text.Json.ThrowHelper.GetInvalidOperationException_CannotSkipOnPartial(), System.Text.Json.ThrowHelper.GetInvalidOperationException_ExpectedArray(), System.Text.Json.ThrowHelper.GetInvalidOperationException_ExpectedBoolean(), System.Text.Json.ThrowHelper.GetInvalidOperationException_ExpectedChar(), System.Text.Json.ThrowHelper.GetInvalidOperationException_ExpectedComment(), System.Text.Json.ThrowHelper.GetInvalidOperationException_ExpectedNumber(), System.Text.Json.ThrowHelper.GetInvalidOperationException_ExpectedObject(), System.Text.Json.ThrowHelper.GetInvalidOperationException_ExpectedString(), System.Text.Json.ThrowHelper.GetInvalidOperationException_ExpectedStringComparison(), System.Text.Json.ThrowHelper.GetInvalidOperationException_ReadInvalidUTF8(), System.Text.Json.ThrowHelper.GetJsonElementWrongTypeException(), System.Text.Json.ThrowHelper.GetJsonElementWrongTypeException(), System.Text.Json.ThrowHelper.ThrowInvalidOperationException(), System.Text.Json.ThrowHelper.ThrowInvalidOperationException(), System.Text.Json.ThrowHelper.ThrowInvalidOperationException_NeedLargerSpan(), System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ReadInvalidUTF16(), and System.Text.Json.ThrowHelper.ThrowInvalidOperationException_ReadInvalidUTF16().