  | CERROR Constructor  | 
 Create an error
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic CERROR(
	string szModuleName,
	string szError,
	int iCode
)
public CERROR(
	string szModuleName,
	string szError,
	int iCode
)
Public Sub New ( 
	szModuleName As String,
	szError As String,
	iCode As Integer
)
Public Sub New ( 
	szModuleName As String,
	szError As String,
	iCode As Integer
)
public:
CERROR(
	String^ szModuleName, 
	String^ szError, 
	int iCode
)
public:
CERROR(
	String^ szModuleName, 
	String^ szError, 
	int iCode
)
new : 
        szModuleName : string * 
        szError : string * 
        iCode : int -> CERROR
new : 
        szModuleName : string * 
        szError : string * 
        iCode : int -> CERRORParameters
- szModuleName
 - Type: SystemString
 - szError
 - Type: SystemString
 - iCode
 - Type: SystemInt32
 
See Also