Einzelnen Beitrag anzeigen

Satty67

Registriert seit: 24. Feb 2007
Ort: Baden
1.566 Beiträge
 
Delphi 2007 Professional
 
#3

Re: Exceptionklassen von ZEOS

  Alt 19. Jun 2009, 16:42
Das müssten alle sein:
Delphi-Quellcode:
TZExpressionError = class (Exception);
TZParseError = class (Exception);
EZVariantException = class (Exception);
EZASAConvertError = class(Exception);
EZIBConvertError = class(Exception);
EZSQLThrowable = class(Exception);
  Mit Zitat antworten Zitat