1
vote
2answers
59 views
Programmatic configuration of Exception-sending in WCF
I would like my Silverlight client to be able to display exceptions that have happened at the server during a WCF call.
Given my current code to create a WCF Channel (on the client):
// create the …
