2 references to SynthesizerVoiceFailed
System.Speech (2)
Internal\Synthesis\VoiceSynthesis.cs (2)
61
throw new PlatformNotSupportedException(SR.Get(SRID.
SynthesizerVoiceFailed
));
1143
voice ??= defaultVoice ?? throw new InvalidOperationException(SR.Get(SRID.
SynthesizerVoiceFailed
));