OpenTK.GraphicsException Class Reference

Represents errors related to Graphics operations. More...

Inheritance diagram for OpenTK.GraphicsException:
OpenTK.Graphics.GraphicsErrorException

List of all members.

Public Member Functions

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

Detailed Description

Represents errors related to Graphics operations.

Definition at line 16 of file GraphicsExceptions.cs.


Constructor & Destructor Documentation

OpenTK.GraphicsException.GraphicsException (  ) 

Constructs a new GraphicsException.

Definition at line 19 of file GraphicsExceptions.cs.

00019 : base() { }

OpenTK.GraphicsException.GraphicsException ( string  message  ) 

Constructs a new GraphicsException with the specified excpetion message.

Parameters:
message 

Definition at line 22 of file GraphicsExceptions.cs.

00022 : base(message) { }

 All Classes Functions Variables Enumerations Properties Events

Generated on Tue Mar 9 14:59:13 2010 for The Open Toolkit library by  doxygen 1.6.1