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

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

+ Inheritance diagram for OpenTK.Audio.AudioContextException:

Public Member Functions

 AudioContextException ()
 Constructs a new AudioContextException. More...
 
 AudioContextException (string message)
 Constructs a new AudioContextException 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.AudioContext.

Constructor & Destructor Documentation

OpenTK.Audio.AudioContextException.AudioContextException ( )

Constructs a new AudioContextException.

OpenTK.Audio.AudioContextException.AudioContextException ( string  message)

Constructs a new AudioContextException with the specified error message.

Parameters
messageThe error message of the AudioContextException.