PDA

View Full Version : WCF error handling



Zelestor
10-14-2009, 10:28 AM
Hi,

I am using DI with Spring.Net and would like to handle CommunicationException and TimeoutException that can be thrown from my WCF service calls in a generic fashion (could be AOP or lambdas). My Spring configuration is setup in a similar way to the Spring.WcfQuickStart.2008 example.

Does anyone have any pointers on the best way to go about this?

Thanks

.ben
10-14-2009, 06:10 PM
Regular AOP should do the trick I guess.

muyuphul
10-15-2009, 08:02 AM
more ideas,plz