1 reference to AudioDeviceError
System.Speech (1)
Internal\Synthesis\AudioException.cs (1)
16internal AudioException(Interop.WinMM.MMSYSERR errorCode) : base(string.Format(System.Globalization.CultureInfo.InvariantCulture, "{0} - Error Code: 0x{1:x}", SR.Get(SRID.AudioDeviceError), (int)errorCode))