DK11 for Delphi | GisClasses.EGIS_Exception | Classes | Constructors | Fields
Exception class for all GIS_Viewer exceptions.
// 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. | |