OpenTK.Audio.AudioValueException Class Reference

Represents exceptions related to invalid values. More...

Inheritance diagram for OpenTK.Audio.AudioValueException:
OpenTK.Audio.AudioException

List of all members.

Public Member Functions

 AudioValueException ()
 Constructs a new instance.
 AudioValueException (string message)
 Constructs a new instance with the specified error message.

Detailed Description

Represents exceptions related to invalid values.

Definition at line 35 of file AudioValueException.cs.


Constructor & Destructor Documentation

OpenTK.Audio.AudioValueException.AudioValueException (  ) 

Constructs a new instance.

Definition at line 38 of file AudioValueException.cs.

00038 : base() { }

OpenTK.Audio.AudioValueException.AudioValueException ( string  message  ) 

Constructs a new instance with the specified error message.

Parameters:
message The error message of the AudioContextException.

Definition at line 41 of file AudioValueException.cs.

00041 : base(message) { }

 All Classes Functions Variables Enumerations Properties Events

Generated on Tue Mar 9 14:59:21 2010 for The Open Toolkit library by  doxygen 1.6.1