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

Represents errors related to Graphics operations. More...

+ Inheritance diagram for OpenTK.GraphicsException:

Public Member Functions

 GraphicsException ()
 Constructs a new GraphicsException. More...
 
 GraphicsException (string message)
 Constructs a new GraphicsException with the specified excpetion message. More...
 

Detailed Description

Represents errors related to Graphics operations.

Constructor & Destructor Documentation

OpenTK.GraphicsException.GraphicsException ( )

Constructs a new GraphicsException.

OpenTK.GraphicsException.GraphicsException ( string  message)

Constructs a new GraphicsException with the specified excpetion message.

Parameters
message