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