User Tools

Site Tools


api:dk11:delphi:gisclasses.egis_exception

EGIS_Exception class

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

Exception class for all GIS_Viewer exceptions.

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 referring to exception (like line number in import filters etc.)
RefString public Additional String referring to exception (like file name in import filters, etc.)

2022/11/16 01:14

Page Tools