Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / GetErrorString Method
The error code

In This Topic
    GetErrorString Method (RenderContextBase)
    In This Topic
    Gets the graphics system error string.
    Syntax
    'Declaration
     
    Public Overridable Function GetErrorString( _
       ByVal errorCode As Integer _
    ) As String
    public virtual string GetErrorString( 
       int errorCode
    )

    Parameters

    errorCode
    The error code

    Return Value

    The error string.
    See Also