User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.iegis_exception.create__widestring_widestring_integer

Table of Contents

IEGIS_Exception.Create_ method

DK for ActiveX | TatukGIS_XDK11.IEGIS_Exception.Create_ | Methods | Properties

Construct exception.

Available also on: Delphi | .NET | Java.

Syntax

// C#
public void Create_(
  WideString _message,
  WideString _refstring,
  int _refcode
);
' VisualBasic
Public Sub Create_(
  ByVal _message As WideString,
  ByVal _refstring As WideString,
  ByVal _refcode As Integer
)
// Oxygene
public
  procedure Create_(
    _message : WideString;
    _refstring : WideString;
    _refcode : Integer
  );

Parameters

Name Type Description
_message WideString message of the exception; message must be in format '000 Message %s %d';
_refstring WideString additional String referring to exception (like file name in import filters, etc.)
_refcode int
Integer
additional code referring to exception (like line number in import filters etc.)
2025/01/31 01:03

Page Tools