GraphicsContextMissingException Class

Definition

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

public class GraphicsContextMissingException : OpenTK.Graphics.GraphicsContextException
type GraphicsContextMissingException = class
    inherit GraphicsContextException
Inheritance
GraphicsContextMissingException

Constructors

GraphicsContextMissingException()

Constructs a new GraphicsContextMissingException.

Applies to