14 references to GetInvalidOperationException
System.Text.Json (14)
System\Text\Json\ThrowHelper.cs (14)
99return GetInvalidOperationException(SR.Format(SR.CallFlushToAvoidDataLoss, _buffered)); 129throw GetInvalidOperationException(SR.FailedToGetLargerSpan); 220throw GetInvalidOperationException(message); 239return GetInvalidOperationException(SR.Format(SR.ZeroDepthAtEnd, currentDepth)); 243return GetInvalidOperationException(SR.EmptyJsonIsInvalid); 311throw GetInvalidOperationException(SR.CannotSkip); 317throw GetInvalidOperationException(SR.Format(SR.CannotMixEncodings, previousEncoding, currentEncoding)); 322return GetInvalidOperationException(SR.Format(SR.InvalidCast, tokenType, message)); 327return GetInvalidOperationException(SR.Format(SR.InvalidComparison, tokenType)); 342return GetInvalidOperationException( 350return GetInvalidOperationException( 551throw GetInvalidOperationException(SR.Format(SR.CannotReadInvalidUTF16, $"0x{charAsInt:X2}")); 557throw GetInvalidOperationException(SR.CannotReadIncompleteUTF16); 581InvalidOperationException ex = GetInvalidOperationException(message);