AudioContextException Constructors

Definition

Overloads

AudioContextException()

Constructs a new AudioContextException.

AudioContextException(String)

Constructs a new AudioContextException with the specified error message.

AudioContextException()

Constructs a new AudioContextException.

public AudioContextException ();

Applies to

AudioContextException(String)

Constructs a new AudioContextException with the specified error message.

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

Parameters

message
String

The error message of the AudioContextException.

Applies to