DK for ActiveX | TatukGIS_XDK11.EGIS_PaintException | Classes | Methods | Properties
Exception class for paint-time GIS viewer errors.
// C# public class EGIS_PaintException : IEGIS_PaintException { }
' VisualBasic Public Class EGIS_PaintException Implements IEGIS_PaintException End Class
// Oxygene type EGIS_PaintException = public class 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. (Inherited from IEGIS_PaintException) |
|
| Layer | public | Name of the layer being painted when the exception occurred. (Inherited from IEGIS_PaintException) |
|
| 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) |
|