Examples with "isException" and their translation in Engels
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.
isException() est utilisée pour déterminer si il existe au moins une exception.
Si une exception est ajoutée par le contrôleur frontal à la réponse, utilisez isException() pour vérifier ceci, et récupérez les exceptions avec getException().
Andere resultaten
Pour la classe SerialPort, une exception IOException est levée lors de l'ouverture d'un port série sur IPAQ 4150.
For the SerialPort class, an IOException is thrown when opening a serial port on the IPAQ 4150.
Lisez la valeur de la propriété BaseException pour obtenir l'exception la plus profonde.
De plus, les exceptions ont une hiérarchie de types enrichis, toutes héritant du type BaseException.
Elle hérite directement de BaseException au lieu de Exception puisqu'il ne s'agit pas techniquement d'une erreur.
Elle hérite de BaseException au lieu d'Exception pour ne pas qu'elle soit accidentellement capturée par du code qui capture Exception.
It inherits from BaseException instead of Exception so that it is not accidentally caught by code that catches Exception.
Elle hérite de BaseException au lieu d Exception pour ne pas qu'elle soit l'interpréteur.
It inherits from BaseException instead of Exception so that it is not accidentally caught by code that catches Exception.
L'exception hérite de BaseException afin de ne pas être accidentellement capturée par du code qui capture Exception et ainsi empêcher l'interpréteur de quitter.
The exception inherits from BaseException so as to not be accidentally caught by code that catches Exception and thus prevent the interpreter from exiting.
Les classes d'exception natives peuvent être héritées pour définir de nouvelles exceptions ; les programmeurs sont encouragés à faire dériver les nouvelles exceptions de la classe Exception ou d'une de ses sous-classes, et non de BaseException.
The built-in exception classes can be sub-classed to define new exceptions; programmers are encouraged to at least derive new exceptions from the Exception class and not BaseException.
Si aucune exception interne n'a déclenché celle en cours, la méthode BaseException renvoie l'exception en cours. Sinon, BaseException inspecte les exceptions internes jusqu'à ce qu'elle trouve la première qui a déclenché la chaîne d'exceptions.
If there are no inner exceptions that triggered the current one, BaseException returns the current exception; otherwise BaseException inspects the inner exceptions until it finds the first one that triggered the chain of exceptions.
La question est de savoir s'il s'agit de 1'exception d'incompétence du tribunal ou de l'exception liée a la contestation de l'arbitre.
The question arises whether what is referred to is a plea that the tribunal does not have jurisdiction or a plea involving an objection to an arbitrator.
Gestion des exceptions est fait simple dans ASP.Net MVC et il peut être fait simplement en remplaçant « OnException » et définissez la propriété résultat de l'objet filtercontext (comme indiqué ci-dessous) pour les détails de la vue, qui doit être renvoyé en cas d'exception.
Exception Handling is made simple in ASP.Net MVC and it can be done by just overriding "OnException" and set the result property of the filtercontext object (as shown below) to the view detail, which is to be returned in case of exception.