Click or drag to resize
CSYSIGetErrorMessageAP Method (CGXNETCore, Int32, String)
Return the error message text as a string.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared,
	int err,
	ref string err_str
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
err
Type: SystemInt32
The error index (0 to N-1, where N=number of registered errors)
err_str
Type: SystemString
Buffer to return message in
See Also