User Tools

Site Tools


api:dk11:delphi:gisclasses.egis_exception.create_string_string_integer

Table of Contents

EGIS_Exception.Create(String; String; Integer) constructor

DK11 for Delphi | GisClasses.EGIS_Exception.Create | Overloads | Constructors | Fields

Construct exception.

Available also on: .NET | Java | ActiveX.

Syntax

// Delphi
public
  constructor Create(
    const _message : String;
    const _refstring : String;
    const _refcode : Integer
  ); overload;
// C++ Builder
Create (
  const UnicodeString _message,
  const UnicodeString _refstring,
  const int _refcode
);

Parameters

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

Page Tools