Represents errors related to a GraphicsContext. More...
Public Member Functions | |
| GraphicsContextException () | |
| Constructs a new GraphicsContextException. | |
| GraphicsContextException (string message) | |
| Constructs a new GraphicsContextException with the given error message. | |
Represents errors related to a GraphicsContext.
Definition at line 10 of file GraphicsContextException.cs.
| OpenTK.Graphics.GraphicsContextException.GraphicsContextException | ( | ) |
Constructs a new GraphicsContextException.
Definition at line 15 of file GraphicsContextException.cs.
| OpenTK.Graphics.GraphicsContextException.GraphicsContextException | ( | string | message | ) |
Constructs a new GraphicsContextException with the given error message.
Definition at line 19 of file GraphicsContextException.cs.
1.6.1