lang:csharp:exceptions
catch d'une exception d'une dll
Si le try/catch (ExceptionPrecise)
ne marche pas, je pense que c'est à cause d'une problème d'Assembly
.
Faire alors un
try { } // StopAnalyseException ne marche pas depuis une DLL. catch (Exception ex) { if (!ex.GetType().Name.Equals("StopAnalyseException")) { throw; } // On ne fait rien. C'est volontaire. }
lang/csharp/exceptions.txt · Dernière modification : 2018/04/18 12:49 de root