Vertaling van "cfthrow" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
If you used the cfthrow tag, the type and details of the original exception would be lost.
The following example shows many of the techniques discussed in this chapter, including nested cftry blocks and the cfthrow and cfrethrow tags.
Das folgende Beispiel zeigt viele der in diesem Kapitel erläuterten Verfahren, einschließlich verschachtelter cftry-Blöcke und der Tags cfthrow und cfrethrow.
Example: using nested tags, cfthrow, and cfrethrow
Beispiel: Verschachtelte Tags „cfthrow" und „cfrethrow" verwenden
If you define your function using the cffunction tag, you can use the cfthrow and cfrethrow tags to throw errors to the page that called the function.
Wenn Sie die Funktion mithilfe des cffunction-Tags definieren, können Sie die Tags cfthrow und cfrethrow verwenden, um Fehler auf der Seite auszulösen, über die die Funktion aufgerufen wurde.
UDFs written using the cffunction tag can use the cftry, cfcatch, cfthrow, and cfrethrow tags.
Mit dem Tag cffunction erstellte benutzerdefinierte Funktionen können die Tags cftry, cfcatch, cfthrow und cfrethrow verwenden.
cfthrow Description Throws a developer-specified exception, which can be caught with a cfcatch tag that has any of the following type attribute options
cfthrow Beschreibung Das Tag cfthrow löst eine vom Entwickler festgelegte Ausnahme aus, die mit den folgenden Festlegungen im Attribut type des cfcatch-Tags abgefangen werden kann
If you specify type = "Application", the cfcatch tag catches only custom exceptions that have the Application type in the cfthrow tag that defines them.
Wenn Sie type = "Application" angeben, fängt das Tag cfcatch nur diejenigen benutzerdefinierten Ausnahmen ab, bei denen im sie definierenden Tag cfthrow der Typ Application angegeben wurde.
cfthrow Exception handling tags,
cfthrow Tags zur Ausnahmebehandlung,
Applications can use the cfthrow tag to throw developer-defined exceptions.
Anwendungen können zum Auslösen benutzerdefinierter Ausnahmen das Tag cfthrow verwenden.
Insert cfthrow tags throwing custom exculpations in various places in the code and observe the effects.
Fügen Sie cfthrow-Tags ein, die benutzerdefinierte Ausnahmen an verschiedenen Stellen auslösen, und beobachten Sie die Auswirkungen.
Note: Use only custom error type names and the Application basic type name in cfthrow tags.
Applications can optionally use the CFTHROW tag to raise custom exceptions.