Edit

Share via


AudioValueException Constructors

Definition

Overloads

AudioValueException()

Constructs a new instance.

AudioValueException(String)

Constructs a new instance with the specified error message.

AudioValueException()

Constructs a new instance.

public AudioValueException ();

Applies to

AudioValueException(String)

Constructs a new instance with the specified error message.

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

Parameters

message
String

The error message of the AudioContextException.

Applies to