Click or drag to resize
CSYSIGetErrorMessageAP Method
Return the error message text as a string.

Available since Oasis montaj version: 6.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This wrapper is mostly for use outside of GXs, because in general if an error is registered in a GX the GX would terminate before it could be called. Use iNumErrorsAP_SYS to get the number of registered errors.
Syntax
public static void IGetErrorMessageAP(
	int i1,
	ref string str2
)

Parameters

i1
Type: SystemInt32
the error index (0 to N-1, where N=number of registered errors)
str2
Type: SystemString
Buffer to return message in
See Also