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

Identifies a specific OpenGL or OpenGL|ES error. Such exceptions are only thrown when OpenGL or OpenGL|ES automatic error checking is enabled - GraphicsContext.ErrorChecking property. Important: Do not catch this exception. Rather, fix the underlying issue that caused the error. More...

+ Inheritance diagram for OpenTK.Graphics.GraphicsErrorException:

Public Member Functions

 GraphicsErrorException (string message)
 Constructs a new GraphicsErrorException instance with the specified error message. More...
 
- Public Member Functions inherited from OpenTK.GraphicsException
 GraphicsException ()
 Constructs a new GraphicsException. More...
 
 GraphicsException (string message)
 Constructs a new GraphicsException with the specified excpetion message. More...
 

Detailed Description

Identifies a specific OpenGL or OpenGL|ES error. Such exceptions are only thrown when OpenGL or OpenGL|ES automatic error checking is enabled - GraphicsContext.ErrorChecking property. Important: Do not catch this exception. Rather, fix the underlying issue that caused the error.

Constructor & Destructor Documentation

OpenTK.Graphics.GraphicsErrorException.GraphicsErrorException ( string  message)

Constructs a new GraphicsErrorException instance with the specified error message.

Parameters
message