Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning an object back?
Message
 
 
To
21/02/2013 02:38:42
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01566475
Message ID:
01567054
Views:
50
>Create a custom error and throw it.
>
>Return a void. If an error isn't thrown, it was successful. Or, return an enum.
>
>>In the code we do have try / catch. In the catch section we set status code and message to return. The question is - how the caller should know if the command was successful or not? We don't want to pass the exception all the way up.

If I created an application class and, suppose, I create a method there to handle errors, how can I ensure that all errors encountered in my whole application will be handled by that class?

Thanks again.
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