4 references to ExceptionFromSapiStreamError
System.Speech (4)
Recognition\RecognizerBase.cs (4)
569throw ExceptionFromSapiStreamError((SAPIErrorCodes)comException.ErrorCode); 2056exception = ExceptionFromSapiStreamError((SAPIErrorCodes)comException.ErrorCode); 2475FireRecognizeCompletedEvent(lastResult, initialSilenceTimeoutReached, babbleTimeoutReached, isStreamReleased, speechEvent.AudioPosition, (speechEvent.LParam == 0) ? null : ExceptionFromSapiStreamError((SAPIErrorCodes)speechEvent.LParam), isRecognizeCancelled); 2489FireEmulateRecognizeCompletedEvent(lastResult, (speechEvent.LParam == 0) ? lastException : ExceptionFromSapiStreamError((SAPIErrorCodes)speechEvent.LParam), isRecognizeCancelled);