The Open Toolkit library  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
OpenTK.Graphics.GraphicsContextException Class Reference

Represents errors related to a GraphicsContext. More...

+ Inheritance diagram for OpenTK.Graphics.GraphicsContextException:

Public Member Functions

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

Detailed Description

Represents errors related to a GraphicsContext.

Constructor & Destructor Documentation

OpenTK.Graphics.GraphicsContextException.GraphicsContextException ( )

Constructs a new GraphicsContextException.

OpenTK.Graphics.GraphicsContextException.GraphicsContextException ( string  message)

Constructs a new GraphicsContextException with the given error message.