The GL error that caused the exception.

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

Syntax

C#
public ErrorCode Error { get; private set; }
Visual Basic
Public Property Error As ErrorCode
	Get
	Private Set
Visual C++
public:
property ErrorCode Error {
	ErrorCode get ();
	private: void set (ErrorCode value);
}

See Also