Click or drag to resize
CSYSError Method
Register an error message

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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(
	string str1,
	string str2,
	int i3
)

Parameters

str1
Type: SystemString
your error file name, "" if none.
str2
Type: SystemString
module name in which error occured.
i3
Type: SystemInt32
error number
See Also