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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -