DK11 for Delphi | GisClasses.EGIS_Exception.Create | Overloads | Constructors | Fields
Construct exception.
// 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 );
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.) |