MonobjcMonobjc Documented Class Library
ErrorString Method (error)
NamespacesMonobjc.OpenGLCGLErrorString(CGLError)

Returns a string that describes the specified result code.

Original signature is 'const char * CGLErrorString ( CGLError error );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr ErrorString(
	CGLError error
)
Public Shared Function ErrorString ( _
	error As CGLError _
) As IntPtr
public:
static IntPtr ErrorString(
	CGLError error
)
Parameters
error (CGLError)
MISSING
Return Value
An error string that describes the result code constant passed in the error parameter. If the result code is invalid, returns the string “No such error code.”
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)