다음을 통해 공유


GraphicsContextMissingException 클래스

정의

호출 스레드에 현재 GraphicsContext가 없는 경우 GraphicsContext가 필요한 작업이 수행될 때 throw됩니다.

public class GraphicsContextMissingException : OpenTK.Graphics.GraphicsContextException
type GraphicsContextMissingException = class
    inherit GraphicsContextException
상속
GraphicsContextMissingException

생성자

GraphicsContextMissingException()

새 GraphicsContextMissingException을 생성합니다.

적용 대상