Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exception handling
Message
 
 
To
25/05/2017 09:56:18
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
C#
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01651425
Message ID:
01651482
Views:
54
>Why not just test for the presence of the innerexception != null and if it isn't set the errormessage to that text.
>
>
>   var msg = "";
>   if(string.IsNotNull(ex.InnerException))
>   {
>        msg = ex.InnerException;
>        throw new DuplicatePropertyException(msg);
>   }
>
>
This is not what I am asking. I am asking specifically about

throw ex

part.

In the throw ex is there a way to append that inner exception? E.g. what should I throw?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform