5 references to NegativeTimesNotSupported
System.Speech (5)
Recognition\RecognizerBase.cs (3)
427throw new NotSupportedException(SR.Get(SRID.NegativeTimesNotSupported)); 948throw new ArgumentOutOfRangeException(nameof(value), SR.Get(SRID.NegativeTimesNotSupported)); 970throw new ArgumentOutOfRangeException(nameof(value), SR.Get(SRID.NegativeTimesNotSupported));
Result\RecognizedAudio.cs (2)
77throw new ArgumentOutOfRangeException(nameof(audioPosition), SR.Get(SRID.NegativeTimesNotSupported)); 81throw new ArgumentOutOfRangeException(nameof(duration), SR.Get(SRID.NegativeTimesNotSupported));