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