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