C# Class OpenTK.Graphics.GraphicsModeException

Represents errors related to unavailable graphics parameters.
Inheritance: System.Exception
Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
GraphicsModeException ( ) : System

Constructs a new GraphicsModeException.

GraphicsModeException ( string message ) : System

Constructs a new GraphicsModeException with the given error message.

Method Details

GraphicsModeException() public method

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

GraphicsModeException() public method

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