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