OpenTK.ContextExistsException Class Reference

This exception is thrown when a GraphicsContext property cannot be changed after creation. More...

List of all members.

Public Member Functions

 ContextExistsException (string message)
 Constructs a new ContextExistsException instance.

Properties

override string Message [get]
 Gets a System.String explaining the cause of this exception.

Detailed Description

This exception is thrown when a GraphicsContext property cannot be changed after creation.

Definition at line 36 of file Exceptions.cs.


Constructor & Destructor Documentation

OpenTK.ContextExistsException.ContextExistsException ( string  message  ) 

Constructs a new ContextExistsException instance.

Parameters:
message A System.String explaining the cause of this exception.

Definition at line 44 of file Exceptions.cs.

00045         {
00046             msg = message;
00047         }


Property Documentation

override string OpenTK.ContextExistsException.Message [get]

Gets a System.String explaining the cause of this exception.

Definition at line 53 of file Exceptions.cs.

 All Classes Functions Variables Enumerations Properties Events

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