The Open Toolkit library  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
OpenTK.Audio.AudioDeviceException Class Reference

Represents exceptions related to an OpenTK.Audio device. More...

+ Inheritance diagram for OpenTK.Audio.AudioDeviceException:

Public Member Functions

 AudioDeviceException ()
 Constructs a new AudioDeviceException. More...
 
 AudioDeviceException (string message)
 Constructs a new AudioDeviceException with the specified error message. More...
 
- Public Member Functions inherited from OpenTK.Audio.AudioException
 AudioException ()
 Constructs a new AudioException. More...
 
 AudioException (string message)
 Constructs a new AudioException with the specified error message. More...
 

Detailed Description

Represents exceptions related to an OpenTK.Audio device.

Constructor & Destructor Documentation

OpenTK.Audio.AudioDeviceException.AudioDeviceException ( )

Constructs a new AudioDeviceException.

OpenTK.Audio.AudioDeviceException.AudioDeviceException ( string  message)

Constructs a new AudioDeviceException with the specified error message.

Parameters
messageThe error message of the AudioDeviceException.