Class ContextExistsException
This exception is thrown when a GraphicsContext property cannot be changed after creation.
Inherited Members
Namespace: OpenTK
Assembly: OpenTK.dll
Syntax
public class ContextExistsException : ApplicationException, ISerializable, _Exception
Constructors
ContextExistsException(String)
Constructs a new ContextExistsException instance.
Declaration
public ContextExistsException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | A System.String explaining the cause of this exception. |
Properties
Message
Gets a System.String explaining the cause of this exception.
Declaration
public override string Message { get; }
Property Value
| Type | Description |
|---|---|
| String |