GraphicsContextException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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