OpenTK.Audio.AudioException Class Reference

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

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

List of all members.

Public Member Functions

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

Detailed Description

Represents exceptions related to the OpenTK.Audio subsystem.

Definition at line 36 of file AudioException.cs.


Constructor & Destructor Documentation

OpenTK.Audio.AudioException.AudioException (  ) 

Constructs a new AudioException.

Definition at line 39 of file AudioException.cs.

00039 : base() { }

OpenTK.Audio.AudioException.AudioException ( string  message  ) 

Constructs a new AudioException with the specified error message.

Parameters:
message The error message of the AudioException.

Definition at line 42 of file AudioException.cs.

00042 : base(message) { } 

 All Classes Functions Variables Enumerations Properties Events

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