WCF Exception handling

Source: Internet
Author: User

1. In order to ensure that the client can receive the service-side feedback of the exception

In the server-side configuration file, you need to have

<System.ServiceModel>    <Behaviors>      <servicebehaviors>        <Behavior>          <ServicedebugIncludeexceptiondetailinfaults= "true"/>        </Behavior>      </servicebehaviors>    </Behaviors>      </System.ServiceModel>

2. Service side If you pass a DataTable to the client, the server's DataTable must be TableName, or it will go wrong.

The error message is:

An error occurred while receiving an HTTP response to http://192.168.1.18/Service/. This may be due to the fact that the service endpoint bindings are not using the HTTP protocol. This may also be caused by the server aborting the HTTP request context (possibly due to a service shutdown). For more information, see Server logs.

3.

WCF Exception handling

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.