Table of Contents

Class NoAudioHardwareException

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 NoAudioHardwareException : ExternalException, ISerializable
Inheritance
NoAudioHardwareException
Implements
Inherited Members

Constructors

NoAudioHardwareException(string)

public NoAudioHardwareException(string msg)

Parameters

msg string

A message describing the error.

NoAudioHardwareException(string, Exception)

public NoAudioHardwareException(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.