8 references to NotSupportedWithThisVersionOfSAPI
System.Speech (8)
Internal\SapiInterop\SapiRecognizer.cs (1)
93throw new PlatformNotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI));
Recognition\RecognizerBase.cs (4)
372throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI)); 396throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI)); 431throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI)); 1688throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI));
Result\RecognitionResult.cs (1)
121throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI));
Result\RecognizedPhrase.cs (2)
684throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI)); 780throw new NotSupportedException(SR.Get(SRID.NotSupportedWithThisVersionOfSAPI));