DK for Delphi | GisClasses.EGIS_Exception | Classes | Constructors | Fields
Base exception class for TatukGIS errors.
// Delphi type EGIS_Exception = class( Exception ) end;
// C++ Builder class PASCALIMPLEMENTATION EGIS_Exception : public Exception { };
→ Exception
| Name | Visibility | Description | |
|---|---|---|---|
| Create(String; String; Integer) | public | Construct exception. | |
| Create(String; String; Integer; Exception) | public | Construct exception. | |
| 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. | |