Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.360 Beiträge
Delphi 12 Athens
|
AW: Keine Exceptions
14. Apr 2025, 13:23
AND?
Und im on E: irgendwas do
ist E immer assigned.
Delphi-Quellcode:
except
on E: EEDBError do
if E.ErrorCode = EDB_Error_SessionNotFound then
...
else
...;
on E: Exception do
...;
end;
Ein Therapeut entspricht 1024 Gigapeut.
|