4 references to DepthTooLarge
System.Text.Json (4)
System\Text\Json\ThrowHelper.cs (4)
201
ThrowInvalidOperationException(SR.Format(SR.
DepthTooLarge
, currentDepth, maxDepth));
215
ThrowInvalidOperationException(SR.Format(SR.
DepthTooLarge
, currentDepth, maxDepth));
254
ThrowInvalidOperationException(SR.Format(SR.
DepthTooLarge
, currentDepth, maxDepth));
621
message = SR.Format(SR.
DepthTooLarge
, currentDepth & JsonConstants.RemoveFlagsBitMask, maxDepth);