ayi_2 <p>Capturez <code>System.Exception</code> et faites un aiguillage sur les types</p> <pre><code class="lang-auto">catch (Exception ex) { if (ex is FormatException || ex is OverflowException) { WebId = Guid.Empty; } else throw; } </code></pre>