4 references to PromptAsyncOperationCancelled
System.Speech (4)
Internal\Synthesis\VoiceSynthesis.cs (4)
395
paramSpeak._prompt.Exception = new OperationCanceledException(SR.Get(SRID.
PromptAsyncOperationCancelled
));
420
paramSpeak._prompt.Exception = new OperationCanceledException(SR.Get(SRID.
PromptAsyncOperationCancelled
));
879
throw new OperationCanceledException(SR.Get(SRID.
PromptAsyncOperationCancelled
));
944
throw new OperationCanceledException(SR.Get(SRID.
PromptAsyncOperationCancelled
));