Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OglRenderContext Class / GetErrorString Method

In This Topic
    GetErrorString Method (OglRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetErrorString( _
       ByVal errorCode As Integer _
    ) As String
    public override string GetErrorString( 
       int errorCode
    )

    Parameters

    errorCode
    See Also