The Open Toolkit library
1.0
|
Represents exceptions related to the OpenTK.Audio subsystem. More...
Public Member Functions | |
AudioException () | |
Constructs a new AudioException. More... | |
AudioException (string message) | |
Constructs a new AudioException with the specified error message. More... | |
Represents exceptions related to the OpenTK.Audio subsystem.
OpenTK.Audio.AudioException.AudioException | ( | ) |
Constructs a new AudioException.
OpenTK.Audio.AudioException.AudioException | ( | string | message | ) |
Constructs a new AudioException with the specified error message.
message | The error message of the AudioException. |