OpenTK.Audio.AudioContextException Class Reference

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

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

List of all members.

Public Member Functions

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

Detailed Description

Represents exceptions related to an OpenTK.Audio.AudioContext.

Definition at line 36 of file AudioContextException.cs.


Constructor & Destructor Documentation

OpenTK.Audio.AudioContextException.AudioContextException (  ) 

Constructs a new AudioContextException.

Definition at line 39 of file AudioContextException.cs.

00039 : base() { }

OpenTK.Audio.AudioContextException.AudioContextException ( string  message  ) 

Constructs a new AudioContextException with the specified error message.

Parameters:
message The error message of the AudioContextException.

Definition at line 42 of file AudioContextException.cs.

00042 : base(message) { }

 All Classes Functions Variables Enumerations Properties Events

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