C# Class OpenTK.Graphics.GraphicsContextException

Represents errors related to a GraphicsContext.
Inheritance: System.Exception
Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
GraphicsContextException ( ) : System

Constructs a new GraphicsContextException.

GraphicsContextException ( string message ) : System

Constructs a new GraphicsContextException with the given error message.

Method Details

GraphicsContextException() public method

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

GraphicsContextException() public method

Constructs a new GraphicsContextException with the given error message.
public GraphicsContextException ( string message ) : System
message string
return System