How to raise exceptions in Delphi

uses
  SysUtils;

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

 

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