标签: .net wcf exception documentation specifications
是否有明确的方法来区分客户端和服务/服务托管例外?
例如,ActionNotSupportedException很可能在WCF客户端上抛出,而AddressAlreadyInUseException实际上是在服务端抛出的。
ActionNotSupportedException
AddressAlreadyInUseException
是否有描述各种WCF通信异常的文档或博客文章?
答案 0 :(得分:0)
查看MSDN和similar question。