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:
OpenTK.GraphicsException

List of all members.

Public Member Functions

 GraphicsErrorException (string message)
 Constructs a new GraphicsErrorException instance with the specified error message.

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.

Definition at line 13 of file GraphicsErrorException.cs.


Constructor & Destructor Documentation

OpenTK.Graphics.GraphicsErrorException.GraphicsErrorException ( string  message  ) 

Constructs a new GraphicsErrorException instance with the specified error message.

Parameters:
message 

Definition at line 19 of file GraphicsErrorException.cs.

00019 : base(message) { }

 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