![]() |
Exception handling
Hallo
Wie finde ich heraus welche exception eine methode wirft. z.B. welche exception wirft folgende zeile wenn das file nicht vorhanden ist TXMLDocument.Create(fileName); (ist Komponente TXMLDocument) danke |
Re: Exception handling
Probier das mal aus:
Delphi-Quellcode:
try
TXMLDocument.Create(fileName); except on E: Exception do ShowMessage('Es ist ein ' + E.ClassName + ' aufgetreten! '+ E.Message); end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:38 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz