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