User Tools

Site Tools


api:dk11:delphi:gisclasses.egis_exception



EGIS_Exception class

DK for Delphi | GisClasses.EGIS_Exception | Classes | Constructors | Fields

Base exception class for TatukGIS errors.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  EGIS_Exception = class( Exception )
  end;
// C++ Builder
class PASCALIMPLEMENTATION EGIS_Exception : public Exception
{
};

Inheritance

→ Exception

Constructors

Inherited Overrides Protected
Name Visibility Description
Create(String; String; Integer) public Construct exception.
Create(String; String; Integer; Exception) public Construct exception.

Fields

Inherited Protected
Name Visibility Description
ErrNo public Error number.
RefCode public Additional code associated with the exception, such as a line number used by an import filter.
RefString public Additional string associated with the exception, such as a file name used by an import filter.

2026/07/05 01:29

Page Tools