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

Thrown when an operation that required GraphicsContext is performed, when no GraphicsContext is current in the calling thread. More...

+ Inheritance diagram for OpenTK.Graphics.GraphicsContextMissingException:

Public Member Functions

 GraphicsContextMissingException ()
 Constructs a new GraphicsContextMissingException. More...
 
- Public Member Functions inherited from OpenTK.Graphics.GraphicsContextException
 GraphicsContextException ()
 Constructs a new GraphicsContextException. More...
 
 GraphicsContextException (string message)
 Constructs a new GraphicsContextException with the given error message. More...
 

Detailed Description

Thrown when an operation that required GraphicsContext is performed, when no GraphicsContext is current in the calling thread.

Constructor & Destructor Documentation

OpenTK.Graphics.GraphicsContextMissingException.GraphicsContextMissingException ( )