7 references to MustBeGreaterThanZero
System.Speech (7)
AudioFormat\SpeechAudioFormatInfo.cs (5)
23throw new ArgumentOutOfRangeException(nameof(samplesPerSecond), SR.Get(SRID.MustBeGreaterThanZero)); 27throw new ArgumentOutOfRangeException(nameof(bitsPerSample), SR.Get(SRID.MustBeGreaterThanZero)); 31throw new ArgumentOutOfRangeException(nameof(channelCount), SR.Get(SRID.MustBeGreaterThanZero)); 69throw new ArgumentOutOfRangeException(nameof(averageBytesPerSecond), SR.Get(SRID.MustBeGreaterThanZero)); 73throw new ArgumentOutOfRangeException(nameof(blockAlign), SR.Get(SRID.MustBeGreaterThanZero));
Internal\AlphabetConverter.cs (1)
86throw new ArgumentException(SR.Get(SRID.MustBeGreaterThanZero), nameof(langId));
Internal\SeekableReadStream.cs (1)
92throw new ArgumentOutOfRangeException(nameof(value), SR.Get(SRID.MustBeGreaterThanZero));