Thema
:
Delphi
Exceptionklassen von ZEOS
Einzelnen Beitrag anzeigen
Satty67
Registriert seit: 24. Feb 2007
Ort: Baden
1.566 Beiträge
Delphi 2007 Professional
#
3
Re: Exceptionklassen von ZEOS
19. Jun 2009, 17:42
Das müssten alle sein:
markieren
Delphi-Quellcode:
TZExpressionError =
class
(
Exception
);
TZParseError =
class
(
Exception
);
EZVariantException =
class
(
Exception
);
EZASAConvertError =
class
(
Exception
);
EZIBConvertError =
class
(
Exception
);
EZSQLThrowable =
class
(
Exception
);
Zitat
Satty67
Öffentliches Profil ansehen
Mehr Beiträge von Satty67 finden