  | CERRORModuleName Property  | 
 Get the module name the error occured in
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic string ModuleName { get; }
public string ModuleName { get; }Public ReadOnly Property ModuleName As String
	Get
Public ReadOnly Property ModuleName As String
	Get
public:
property String^ ModuleName {
	String^ get ();
}
public:
property String^ ModuleName {
	String^ get ();
}member ModuleName : string with get
member ModuleName : string with get
Property Value
Type: 
String
See Also