C# Класс OpenTK.Graphics.GraphicsContextException

Represents errors related to a GraphicsContext.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
GraphicsContextException ( ) : System

Constructs a new GraphicsContextException.

GraphicsContextException ( string message ) : System

Constructs a new GraphicsContextException with the given error message.

Описание методов

GraphicsContextException() публичный Метод

Constructs a new GraphicsContextException.
public GraphicsContextException ( ) : System
Результат System

GraphicsContextException() публичный Метод

Constructs a new GraphicsContextException with the given error message.
public GraphicsContextException ( string message ) : System
message string
Результат System