Search found 1 match

by agrotz
Mon Jan 14, 2019 10:16 am
Forum: madExcept
Topic: Small amount of Exceptions ignoring try except blocks..
Replies: 1
Views: 2913

Small amount of Exceptions ignoring try except blocks..

Hi there, we noticed that a small amount (~1%) of specific exceptions can not be handled by try-except-blocks ... e.g. if FileExists(FileRun.Directory + FileRun.FileName) then begin try FileRun.Execute except on e:Exception do begin MessageDlg(Format(rs_SiGeFail,[FileRun.Directory + FileRun.FileName...