Silverlight -
How to handle the WCF fault exception in Silverlight 3.0 Any mistake made for handling exceptions in object model support? Please give me details
thanks to
Since all your calls for your web service Will be ASCENC. The service reference for your WCF project will automatically create "complete" events for you on the client when the async call is completed.
These events always have a "result" property and an "exception" property, after operating the exception, you can do whatever you want.
Does this mean yours?
Comments
Post a Comment