GraphicsContextMissingException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
GraphicsContextMissingException() |
Constructs a new GraphicsContextMissingException. |