Base class for all GL exceptions.

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

Syntax

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

Inheritance Hierarchy

See Also