Download for Windows Premium
Publiciteit
catch block
bloque catch m
bloque de captura m
When the exception occurs, control transfers to the catch block.
Cuando la excepción ocurre, el control es transferido al bloque catch.
You can then reference the object's properties in the catch block.
Puede entonces referenciar las propiedades del objeto en el bloque catch.
Multiple catch blocks can be used to catch different classtypes; execution will continue after that last catch block defined in sequence.
Los bloques de captura múltiples pueden ser usados para capturar diferentes tipos de clases; la ejecución continuará después del último bloque de captura definido.
If an exception occurs in the protected code, the exception is thrown to the first catch block in the list.
Si se produce una excepción en el código protegido, la excepción es lanzada al primer bloque de captura de la lista.
Each try must have at least one corresponding catch block.
Cada bloque try debe tener al menos un bloque catch.
Exceptions can be thrown (or re-thrown) within a catch block.
Las excepciones pueden ser iniciadas o reiniciadas dentro de un bloque catch.
So you need to make sure that you always define the catch block if you're throwing exceptions in your application.
Por lo tanto debes asegurarte de definir siempre el bloque catch si estás lanzando excepciones en tu aplicación.
You can use a catch block to handle all exceptions that may be generated in the try block.
Un bloque catch es usado para manejar todas las excepciones que pueden ser generadas en el bloque try.
If no exception is thrown in the try block, the catch block is skipped.
Si ninguna excepción es arrojada en el bloque try, el bloque catch es ignorado.
When a single, unconditional catch clause is used, the catch block is entered when any exception is thrown.
Cuando una sola cláusula incondicional catch es usada, el bloque catch es ejecutado cuando cualquier excepción es lanzada.
Error handling for eval() should now include a catch block that can handle this error.
El manejo de errores para eval() ahora debería incluir un bloque catch que permita manejar dicho error.
The code in the above example is pretty much the same, with the only exception being that we've added the finally block after the catch block.
El código del ejemplo anterior es básicamente el mismo, con la única diferencia de que hemos añadido el bloque finally después del bloque catch.
That is, you want the try block to succeed, and if it does not succeed, you want control to pass to the catch block.
Es decir, usted quiere que el bloque try tenga éxito, pero si éste no tiene éxito, usted quiere que el control pase al bloque catch.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor catch block in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
scarf: long cloth worn around the neck for warmth
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 82. Exact: 82. Verstreken tijd: 68 ms.