Bewerken

Delen via


GraphicsContextException Constructors

Definition

Overloads

GraphicsContextException()

Constructs a new GraphicsContextException.

GraphicsContextException(String)

Constructs a new GraphicsContextException with the given error message.

GraphicsContextException()

Constructs a new GraphicsContextException.

public GraphicsContextException ();

Applies to

GraphicsContextException(String)

Constructs a new GraphicsContextException with the given error message.

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

Parameters

message
String

Applies to