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

Represents errors related to unavailable graphics parameters. More...

Inherits Exception.

Public Member Functions

 GraphicsModeException ()
 Constructs a new GraphicsModeException. More...
 
 GraphicsModeException (string message)
 Constructs a new GraphicsModeException with the given error message. More...
 

Detailed Description

Represents errors related to unavailable graphics parameters.

Constructor & Destructor Documentation

OpenTK.Graphics.GraphicsModeException.GraphicsModeException ( )

Constructs a new GraphicsModeException.

OpenTK.Graphics.GraphicsModeException.GraphicsModeException ( string  message)

Constructs a new GraphicsModeException with the given error message.