OpenTK.Audio.AudioDeviceException Class Reference

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

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

List of all members.

Public Member Functions

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

Detailed Description

Represents exceptions related to an OpenTK.Audio device.

Definition at line 36 of file AudioDeviceException.cs.


Constructor & Destructor Documentation

OpenTK.Audio.AudioDeviceException.AudioDeviceException (  ) 

Constructs a new AudioDeviceException.

Definition at line 39 of file AudioDeviceException.cs.

00039 : base() { }

OpenTK.Audio.AudioDeviceException.AudioDeviceException ( string  message  ) 

Constructs a new AudioDeviceException with the specified error message.

Parameters:
message The error message of the AudioDeviceException.

Definition at line 42 of file AudioDeviceException.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