Editar

AudioException Constructors

Definition

Overloads

AudioException()

Constructs a new AudioException.

AudioException(String)

Constructs a new AudioException with the specified error message.

AudioException()

Constructs a new AudioException.

public AudioException();

Applies to

AudioException(String)

Constructs a new AudioException with the specified error message.

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

Parameters

message
String

The error message of the AudioException.

Applies to