How to raise exceptions in Delphi

uses
  SysUtils;

procedure RaiseMyException;
begin
  raise Exception.Create('Hallo World!');
end;

 

posted @ 2014-06-04 19:17  麦麦提敏  阅读(200)  评论(0)    收藏  举报