C# Class OpenTK.ContextExistsException

This exception is thrown when a GraphicsContext property cannot be changed after creation.
Inheritance: System.ApplicationException
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
ContextExistsException ( string message ) : System

Constructs a new ContextExistsException instance.

Method Details

ContextExistsException() public method

Constructs a new ContextExistsException instance.
public ContextExistsException ( string message ) : System
message string A System.String explaining the cause of this exception.
return System