Ctor.
Namespace: HighGLAssembly: HighGL (in HighGL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public GLErrorException( ErrorCode error, string message ) |
Visual Basic |
---|
Public Sub New ( _ error As ErrorCode, _ message As String _ ) |
Visual C++ |
---|
public: GLErrorException( ErrorCode error, String^ message ) |
Parameters
- error
- Type: ErrorCode
The GL error that caused the exception.
- message
- Type: System..::..String
The message.