AudioException Class

Definition

Represents exceptions related to the OpenTK.Audio subsystem.

public class AudioException : Exception
type AudioException = class
    inherit Exception
Inheritance
AudioException
Derived

Constructors

AudioException()

Constructs a new AudioException.

AudioException(String)

Constructs a new AudioException with the specified error message.

Applies to