RenderContextBase.GetErrorString Method

Gets the graphics system error string.
Public Overridable Function GetErrorString( _ 
ByVal errorCode As Integer
) As String
This language is not supported or no code example is available.
public virtual string GetErrorString( 
int errorCode 
)
This language is not supported or no code example is available.

Parameters

errorCode
int

The error code

Return Value

string

The error string.

.NET Framework

Supported in: 4.8

In this article

Definition