Click or drag to resize

CSYSIGetErrorMessageAP Method (Int32, String)

Return the error message text as a string.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IGetErrorMessageAP(
	int err,
	ref string err_str
)

public static void IGetErrorMessageAP(
	int err,
	ref string err_str
)

Parameters

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
Remarks
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.
See Also