Click or drag to resize
CSYSError Method
Register an error message

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Use this function to register your own error messages when an error occurs in your code. Your errors can be provided in your own GER file. See GEOSOFT.GER for an example of the GER file format. If the error # is not found in your error file, the OE32.GER file, then the GEOSOFT.GER file will be searched.
Syntax
public static void Error(
	CGXNETCore gxNetShared,
	string error_file,
	string module,
	int error
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
error_file
Type: SystemString
Your error file name, "" if none.
module
Type: SystemString
Module name in which error occurred.
error
Type: SystemInt32
Error number
See Also