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:
OpenTK.Graphics.GraphicsContextException

List of all members.

Public Member Functions

 GraphicsContextMissingException ()
 Constructs a new GraphicsContextMissingException.

Detailed Description

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

Definition at line 11 of file GraphicsContextMissingException.cs.


Constructor & Destructor Documentation

OpenTK.Graphics.GraphicsContextMissingException.GraphicsContextMissingException (  ) 

Constructs a new GraphicsContextMissingException.

Definition at line 16 of file GraphicsContextMissingException.cs.

00017             : base(String.Format(
00018                 "No context is current in the calling thread (ThreadId: {0}).",
00019                 System.Threading.Thread.CurrentThread.ManagedThreadId))
00020         { }

 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