Represents errors related to Graphics operations. More...
Public Member Functions | |
| GraphicsException () | |
| Constructs a new GraphicsException. | |
| GraphicsException (string message) | |
| Constructs a new GraphicsException with the specified excpetion message. | |
Represents errors related to Graphics operations.
Definition at line 16 of file GraphicsExceptions.cs.
| OpenTK.GraphicsException.GraphicsException | ( | ) |
Constructs a new GraphicsException.
Definition at line 19 of file GraphicsExceptions.cs.
| OpenTK.GraphicsException.GraphicsException | ( | string | message | ) |
Constructs a new GraphicsException with the specified excpetion message.
| message |
Definition at line 22 of file GraphicsExceptions.cs.
1.6.1