Class NoAudioHardwareException
The exception thrown when no audio hardware is present, or driver issues are detected.
[DataContract]
public sealed class NoAudioHardwareException : ExternalException, ISerializable
- Inheritance
-
NoAudioHardwareException
- Implements
- Inherited Members
Constructors
NoAudioHardwareException(string)
public NoAudioHardwareException(string msg)
Parameters
msg
stringA message describing the error.
NoAudioHardwareException(string, Exception)
public NoAudioHardwareException(string msg, Exception innerException)