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