AudioDeviceException Constructors

Definition

Overloads

AudioDeviceException()

Constructs a new AudioDeviceException.

AudioDeviceException(String)

Constructs a new AudioDeviceException with the specified error message.

AudioDeviceException()

Constructs a new AudioDeviceException.

public AudioDeviceException ();

Applies to

AudioDeviceException(String)

Constructs a new AudioDeviceException with the specified error message.

public AudioDeviceException (string message);
new OpenTK.Audio.AudioDeviceException : string -> OpenTK.Audio.AudioDeviceException

Parameters

message
String

The error message of the AudioDeviceException.

Applies to