C# Класс OpenTK.GraphicsException

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

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

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

Constructs a new GraphicsException.

GraphicsException ( string message ) : System

Constructs a new GraphicsException with the specified excpetion message.

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

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

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

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

Constructs a new GraphicsException with the specified excpetion message.
public GraphicsException ( string message ) : System
message string
Результат System