GetFormattedException(String, Int32) Method
Definition
Namespace: Avalonia.OpenGL
Assembly: Avalonia.OpenGL (in Avalonia.OpenGL.dll)
- C#
- VB
- F#
public static OpenGlException GetFormattedException(
string funcName,
int errorCode
)
Public Shared Function GetFormattedException (
funcName As String,
errorCode As Integer
) As OpenGlException
static member GetFormattedException :
funcName : string *
errorCode : int -> OpenGlException
Parameters
Return Value
OpenGlExceptionSee Also
Reference
OpenGlException Class
GetFormattedException Overload
Avalonia.OpenGL Namespace