DK11 for Delphi | GisClasses.EGIS_PaintException | Classes | Constructors | Fields
Exception class for GIS_Viewer paint exceptions.
// Delphi type EGIS_PaintException = class( EGIS_Exception ) end;
// C++ Builder class PASCALIMPLEMENTATION EGIS_PaintException : public EGIS_Exception { };
→ Exception → EGIS_Exception
Name | Visibility | Description | |
---|---|---|---|
ErrNo | public | Error number. (Inherited from EGIS_Exception) |
|
ExceptionMessage | public | Exception message. | |
Layer | public | Layer name. | |
RefCode | public | Additional code referring to exception (like line number in import filters etc.) (Inherited from EGIS_Exception) |
|
RefString | public | Additional String referring to exception (like file name in import filters, etc.) (Inherited from EGIS_Exception) |
|