 | GLException Constructor |
Creates an OpenGL exception
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic GLException(
glError error,
string method
)
Public Sub New (
error As glError,
method As String
)
public:
GLException(
glError error,
String^ method
)
new :
error : glError *
method : string -> GLException
Parameters
- error
- Type: OooglesglError
The OpenGL error that happened. - method
- Type: SystemString
The method in which the error> occurred.
See Also