Class GraphicsContextException
Represents errors related to a GraphicsContext.
Inherited Members
Namespace: OpenTK.Graphics
Assembly: OpenTK.dll
Syntax
public class GraphicsContextException : Exception, ISerializable, _Exception
Constructors
GraphicsContextException()
Constructs a new GraphicsContextException.
Declaration
public GraphicsContextException()
GraphicsContextException(String)
Constructs a new GraphicsContextException with the given error message.
Declaration
public GraphicsContextException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |