4 references to RecognizerNotFound
System.Speech (4)
Internal\SapiInterop\SapiRecognizer.cs (1)
113throw new InvalidOperationException(SR.Get(SRID.RecognizerNotFound));
Recognition\SpeechRecognitionEngine.cs (3)
55throw new ArgumentException(SR.Get(SRID.RecognizerNotFound), nameof(culture)); 70throw new ArgumentException(SR.Get(SRID.RecognizerNotFound), nameof(recognizerId)); 539throw new ArgumentException(SR.Get(SRID.RecognizerNotFound), RecognizerBase.ExceptionFromSapiCreateRecognizerError(e));