User Tools

Site Tools


api:dk11:net:tatukgis.ndk.egis_exception

EGIS_Exception class

DK for .NET | TatukGIS.NDK.EGIS_Exception | Classes | Constructors | Fields

Exception class for all GIS_Viewer exceptions.

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

Syntax

// C#
public class EGIS_Exception : Exception
{
}
' VisualBasic
Public Class EGIS_Exception
  Inherits Exception
End Class
// Oxygene
type
  EGIS_Exception = public class( Exception )
  end;

Inheritance

→ Exception

Constructors

Inherited Overrides Protected
Name Visibility Description
EGIS_Exception(string, string, int) public Construct exception.
EGIS_Exception(string, string, int, 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.)

2025/01/31 01:10

Page Tools