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

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

Inherits ApplicationException.

Public Member Functions

 ContextExistsException (string message)
 Constructs a new ContextExistsException instance. More...
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

OpenTK.ContextExistsException.ContextExistsException ( string  message)

Constructs a new ContextExistsException instance.

Parameters
messageA System.String explaining the cause of this exception.

Property Documentation

override string OpenTK.ContextExistsException.Message
get

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