hiren

hiren

  • NA
  • 1
  • 1.7k

Implement the fault Contract/Exception handling in WCF and Silverlight

Sep 13 2012 2:18 AM
Hello All,

I have already develop my application and application have more than 1000 of functions.

Now i need to implement the fault contract or exception handling in Silverlight without changing to each functions.

Is there any common method that i can implement in one at WCF service layer and one at Silverlight Application ?

Why i want to implement this because when any exception occur at WCF layer, it will not send the real exception message to silverlight..

Silverlight only get message like "Remote server not found..."

Thanks,