OpenTK.Graphics.GraphicsContextException Class Reference

Represents errors related to a GraphicsContext. More...

Inheritance diagram for OpenTK.Graphics.GraphicsContextException:
OpenTK.Graphics.GraphicsContextMissingException

List of all members.

Public Member Functions

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

Detailed Description

Represents errors related to a GraphicsContext.

Definition at line 10 of file GraphicsContextException.cs.


Constructor & Destructor Documentation

OpenTK.Graphics.GraphicsContextException.GraphicsContextException (  ) 

Constructs a new GraphicsContextException.

Definition at line 15 of file GraphicsContextException.cs.

00015 : base() { }

OpenTK.Graphics.GraphicsContextException.GraphicsContextException ( string  message  ) 

Constructs a new GraphicsContextException with the given error message.

Definition at line 19 of file GraphicsContextException.cs.

00019 : base(message) { }

 All Classes Functions Variables Enumerations Properties Events

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