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