This exception is thrown when a GraphicsContext property cannot be changed after creation. More...
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. | |
This exception is thrown when a GraphicsContext property cannot be changed after creation.
Definition at line 36 of file Exceptions.cs.
| OpenTK.ContextExistsException.ContextExistsException | ( | string | message | ) |
Constructs a new ContextExistsException instance.
| message | A System.String explaining the cause of this exception. |
Definition at line 44 of file Exceptions.cs.
override string OpenTK.ContextExistsException.Message [get] |
Gets a System.String explaining the cause of this exception.
Definition at line 53 of file Exceptions.cs.
1.6.1