Download for Windows Premium
Publiciteit
BaseException

Vertaling van "BaseException" 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.
BaseException
Lisez la valeur de la propriété BaseException pour obtenir l'exception la plus profonde.
Read the value of the BaseException property to obtain the innermost exception.
De plus, les exceptions ont une hiérarchie de types enrichis, toutes héritant du type BaseException.
Furthermore, exceptions have a rich type hierarchy, all inheriting from the BaseException type.
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.
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.
Elle hérite directement de BaseException au lieu de Exception puisqu'il ne s'agit pas techniquement d'une erreur.
It directly inherits from BaseException instead of StandardError since it is technically not an error.
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.
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.
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.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor BaseException in het Frans

Publiciteit

Resultaten: 8. Exact: 8. Verstreken tijd: 52 ms.