OpenTK.Graphics.GraphicsModeException Class Reference

Represents errors related to unavailable graphics parameters. More...

List of all members.

Public Member Functions

 GraphicsModeException ()
 Constructs a new GraphicsModeException.
 GraphicsModeException (string message)
 Constructs a new GraphicsModeException with the given error message.

Detailed Description

Represents errors related to unavailable graphics parameters.

Definition at line 10 of file GraphicsModeException.cs.


Constructor & Destructor Documentation

OpenTK.Graphics.GraphicsModeException.GraphicsModeException (  ) 

Constructs a new GraphicsModeException.

Definition at line 15 of file GraphicsModeException.cs.

00015 : base() { }

OpenTK.Graphics.GraphicsModeException.GraphicsModeException ( string  message  ) 

Constructs a new GraphicsModeException with the given error message.

Definition at line 19 of file GraphicsModeException.cs.

00019 : base(message) { }

 All Classes Functions Variables Enumerations Properties Events

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