C# Class OpenTK.Graphics.GraphicsErrorException

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.
Inheritance: GraphicsException
Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
GraphicsErrorException ( string message ) : System

Constructs a new GraphicsErrorException instance with the specified error message.

Method Details

GraphicsErrorException() public method

Constructs a new GraphicsErrorException instance with the specified error message.
public GraphicsErrorException ( string message ) : System
message string
return System