Besides waiting, the another important issue when dealing with Futures is how to deal with exceptions thrown by the user specified code. Option 1: Ignore the Exception Don't take any actions in the future code and force users to write exception free code. IMHO this is not the best way to approach the
Similar Posts
One of the synchronization methods in .NET is the ResetEvent. It comes in two flavors, the AutoResetEvent which resets itself immediately after it is set
When you catch and rethrow an exception, the stack is unwound by the time the catch clause is executed, and thus you may lose valuable information in the
So, in the last post , I talked about our problems identified during the CTP. This second part is an instructive solution-oriented post about what we did
As same as Event Logs, Community Server has its own mechanism to handle application exceptions and log them. Community Server logs all exceptions and save