WCF Exception Handling Strategies

后端 未结 3 2033
予麋鹿
予麋鹿 2020-12-24 02:20

We are developing a proxy in WCF that will serve as a means of communication for some handhelds running our custom client application. I am curious what error handling stra

3条回答
  •  萌比男神i
    2020-12-24 02:56

    We use the Exception Handling Application block and shield most faults from clients to avoid disclosing sensitive information, this article might be a good starting point for you, as with "best practices" - you should use what fits your domain.

提交回复
热议问题