Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suppress exception
Message
 
À
08/01/2014 05:59:42
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 3.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01591488
Message ID:
01591489
Vues:
47
>Hi
>I would like to know, how could I suppress exception from higher level? For example
>
>
>try
>{
>   try
>   {
>      Throw new MyException();
>   }
>   catch { }
>}
>catch(MyException ex)
>{
>    // I DO NOT ONE THIS TO BE DETECTED. POSSIBLE?
>}
>
>
If you do not want it, why THROW it?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform