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

Represents exceptions related to the OpenTK.Audio subsystem. More...

+ Inheritance diagram for OpenTK.Audio.AudioException:

Public Member Functions

 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 the OpenTK.Audio subsystem.

Constructor & Destructor Documentation

OpenTK.Audio.AudioException.AudioException ( )

Constructs a new AudioException.

OpenTK.Audio.AudioException.AudioException ( string  message)

Constructs a new AudioException with the specified error message.

Parameters
messageThe error message of the AudioException.