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