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

Represents exceptions related to invalid values. More...

+ Inheritance diagram for OpenTK.Audio.AudioValueException:

Public Member Functions

 AudioValueException ()
 Constructs a new instance. More...
 
 AudioValueException (string message)
 Constructs a new instance 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 invalid values.

Constructor & Destructor Documentation

OpenTK.Audio.AudioValueException.AudioValueException ( )

Constructs a new instance.

OpenTK.Audio.AudioValueException.AudioValueException ( string  message)

Constructs a new instance with the specified error message.

Parameters
messageThe error message of the AudioContextException.