Exception thrown as a result of an GL error.

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

Syntax

C#
[SerializableAttribute]
public class GLErrorException : GLException
Visual Basic
<SerializableAttribute> _
Public Class GLErrorException _
	Inherits GLException
Visual C++
[SerializableAttribute]
public ref class GLErrorException : public GLException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      HighGL..::..GLException
        HighGL..::..GLErrorException

See Also