C# Class OpenTK.GraphicsException

Represents errors related to Graphics operations.
Inheritance: System.Exception
Show file Open project: prepare/HTML-Renderer

Public Methods

Method Description
GraphicsException ( ) : System

Constructs a new GraphicsException.

GraphicsException ( string message ) : System

Constructs a new GraphicsException with the specified excpetion message.

Method Details

GraphicsException() public method

Constructs a new GraphicsException.
public GraphicsException ( ) : System
return System

GraphicsException() public method

Constructs a new GraphicsException with the specified excpetion message.
public GraphicsException ( string message ) : System
message string
return System