Class GraphicsContextMissingException
Thrown when an operation that required GraphicsContext is performed, when no GraphicsContext is current in the calling thread.
Inherited Members
Namespace: OpenTK.Graphics
Assembly: OpenTK.dll
Syntax
public class GraphicsContextMissingException : GraphicsContextException, ISerializable, _Exception
Constructors
GraphicsContextMissingException()
Constructs a new GraphicsContextMissingException.
Declaration
public GraphicsContextMissingException()