Table of Contents

Class NoMicrophoneConnectedException

Namespace
Microsoft.Xna.Framework.Audio
Assembly
MonoGame.Framework.dll

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 string

A message describing the error.

NoMicrophoneConnectedException(string, Exception)

public NoMicrophoneConnectedException(string msg, Exception innerException)

Parameters

msg string

A message describing the error.

innerException Exception

The exception that is the underlying cause of the current exception. If not null, the current exception is raised in a try/catch block that handled the innerException.