User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.egis_exception

Table of Contents

EGIS_Exception class

DK for ActiveX | TatukGIS_XDK11.EGIS_Exception | Classes | Methods | Properties

Base exception class for TatukGIS errors.

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

Syntax

// C#
public class EGIS_Exception : IEGIS_Exception 
{
}
' VisualBasic
Public Class EGIS_Exception
  Implements IEGIS_Exception
End Class
// Oxygene
type
  EGIS_Exception = public class
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
Create_ public Construct exception.
(Inherited from IEGIS_Exception)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)

Properties

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

2026/07/11 00:03

Page Tools