Represents exceptions related to the OpenTK.Audio subsystem. More...
Public Member Functions | |
| AudioException () | |
| Constructs a new AudioException. | |
| AudioException (string message) | |
| Constructs a new AudioException with the specified error message. | |
Represents exceptions related to the OpenTK.Audio subsystem.
Definition at line 36 of file AudioException.cs.
| OpenTK.Audio.AudioException.AudioException | ( | ) |
Constructs a new AudioException.
Definition at line 39 of file AudioException.cs.
| OpenTK.Audio.AudioException.AudioException | ( | string | message | ) |
Constructs a new AudioException with the specified error message.
| message | The error message of the AudioException. |
Definition at line 42 of file AudioException.cs.
1.6.1