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)
470
ThrowNotSupportedException
(ref state, reader, ex);
708
ThrowNotSupportedException
(ref state, reader, new NotSupportedException(message));
714
ThrowNotSupportedException
(ref state, reader, new NotSupportedException(SR.Format(SR.CannotPopulateCollection, type)));