Download for Windows Premium
Publiciteit
bloque catch
catch block
catch clause
Cuando la excepción ocurre, el control es transferido al bloque catch.
When the exception occurs, control transfers to the catch block.
Puede entonces referenciar las propiedades del objeto en el bloque catch.
You can then reference the object's properties in the catch block.
Cada bloque try debe tener al menos un bloque catch.
Each try must have at least one corresponding catch block.
A continuación, puedes hacer referencia a las propiedades del objeto en un bloque catch.
You can then reference the object's properties in the catch block.
Las excepciones pueden ser iniciadas o reiniciadas dentro de un bloque catch.
Exceptions can be thrown (or re-thrown) within a catch block.
Por lo tanto debes asegurarte de definir siempre el bloque catch si estás lanzando excepciones en tu aplicación.
So you need to make sure that you always define the catch block if you're throwing exceptions in your application.
Un bloque catch es usado para manejar todas las excepciones que pueden ser generadas en el bloque try.
You can use a catch block to handle all exceptions that may be generated in the try block.
Si ninguna excepción es arrojada en el bloque try, el bloque catch es ignorado.
If no exception is thrown in the try block, the catch block is skipped.
Cuando una sola cláusula incondicional catch es usada, el bloque catch es ejecutado cuando cualquier excepción es lanzada.
When a single, unconditional catch clause is used, the catch block is entered when any exception is thrown.
El manejo de errores para eval() ahora debería incluir un bloque catch que permita manejar dicho error.
Error handling for eval() should now include a catch block that can handle this error.
Puede utilizar una instrucción throw en el bloque catch para lanzar el presente objeto como
You can use a throw statement in the catch block to throw the present object as
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.
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.
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.
That is, you want the try block to succeed, and if it does not succeed, you want control to pass to the catch block.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor bloque catch in het Spaans

Publiciteit

Resultaten: 71. Exact: 71. Verstreken tijd: 47 ms.