C# 클래스 OpenTK.GraphicsException

Represents errors related to Graphics operations.
상속: System.Exception
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
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