C# Class OpenTK.Graphics.GraphicsContextException

Represents errors related to a GraphicsContext.
Inheritance: System.Exception
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
GraphicsContextException ( ) : System

Constructs a new GraphicsContextException.

GraphicsContextException ( string message ) : System

Constructs a new GraphicsContextException with the given error message.

Method Details

GraphicsContextException() public méthode

Constructs a new GraphicsContextException.
public GraphicsContextException ( ) : System
Résultat System

GraphicsContextException() public méthode

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