C# Class OpenTK.GraphicsException

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

Méthodes publiques

Méthode Description
GraphicsException ( ) : System

Constructs a new GraphicsException.

GraphicsException ( string message ) : System

Constructs a new GraphicsException with the specified excpetion message.

Method Details

GraphicsException() public méthode

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

GraphicsException() public méthode

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