WCF/C# Unable to catch EndpointNotFoundException

前端 未结 5 1321
北荒
北荒 2021-01-07 23:09

I have created a WCF service and client and it all works until it comes to catching errors. Specifically I am trying to catch the EndpointNotFoundException for

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-07 23:38

    What is a First Chance Exception?

    First chance exception messages most often do not mean there is a problem in the code. For applications / components which handle exceptions gracefully, first chance exception messages let the developer know that an exceptional situation was encountered and was handled.

提交回复
热议问题