DK for ActiveX | TatukGIS_XDK11.IEGIS_PaintException | Interfaces | Methods | Properties
Exception class for paint-time GIS viewer errors.
// C# public interface IEGIS_PaintException: IEGIS_Exception { }
' VisualBasic Public Interface IEGIS_PaintException Implements IEGIS_Exception End Class
// Oxygene type IEGIS_PaintException = public interface( IEGIS_Exception ) end;
| 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) |
|
| Name | Visibility | Description | |
|---|---|---|---|
| ErrNo | public | Error number. (Inherited from IEGIS_Exception) |
|
| ExceptionMessage | public | Message text from the original exception. | |
| Layer | public | Name of the layer being painted when the exception occurred. | |
| 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) |
|