Class GraphicsErrorException
Identifies a specific OpenGL or OpenGL|ES error. Such exceptions are only thrown when OpenGL or OpenGL|ES automatic error checking is enabled - ErrorChecking property. Important: Do not catch this exception. Rather, fix the underlying issue that caused the error.
Inherited Members
Namespace: OpenTK.Graphics
Assembly: OpenTK.dll
Syntax
public class GraphicsErrorException : GraphicsException, ISerializable, _Exception
Constructors
GraphicsErrorException(String)
Constructs a new GraphicsErrorException instance with the specified error message.
Declaration
public GraphicsErrorException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |