次の方法で共有


GraphicsContextException コンストラクター

定義

オーバーロード

GraphicsContextException()

新しい GraphicsContextException を構築します。

GraphicsContextException(String)

指定されたエラー メッセージを使用して、新しい GraphicsContextException を構築します。

GraphicsContextException()

新しい GraphicsContextException を構築します。

public GraphicsContextException();

適用対象

GraphicsContextException(String)

指定されたエラー メッセージを使用して、新しい GraphicsContextException を構築します。

public GraphicsContextException(string message);
new OpenTK.Graphics.GraphicsContextException : string -> OpenTK.Graphics.GraphicsContextException

パラメーター

message
String

適用対象