Ctor.

Namespace: HighGL
Assembly: HighGL (in HighGL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public GLErrorException(
	ErrorCode error
)
Visual Basic
Public Sub New ( _
	error As ErrorCode _
)
Visual C++
public:
GLErrorException(
	ErrorCode error
)

Parameters

error
Type: ErrorCode
The GL error that caused the exception.

See Also