4 references to ThrowNotSupportedException
System.Text.Json (4)
System\Text\Json\Serialization\JsonConverterOfT.ReadCore.cs (1)
85
ThrowHelper.
ThrowNotSupportedException
(ref state, reader, ex);
System\Text\Json\ThrowHelper.Serialization.cs (3)
408
ThrowNotSupportedException
(ref state, reader, ex);
646
ThrowNotSupportedException
(ref state, reader, new NotSupportedException(message));
652
ThrowNotSupportedException
(ref state, reader, new NotSupportedException(SR.Format(SR.CannotPopulateCollection, type)));