How can n-tiers use objectdatasouce to handle error messages sent from the intermediate layer?

Source: Internet
Author: User

Using objectdatasouce, ASP. NET can use the functions in the object andProgramCommunicate
However, some custom errors may occur in the middle layer.
We want to handle these error messages and arrange the messages to be displayed in the label
What should I do?

Assume that you want to process the update of objectdatasource and start the business logic component. This component returns an error message.
In the try... catch object, throw is used to return the message.

 
CatchExAsExceptionThrow

 

The next step is to process the event updated in the objectdatasouce1 object.

  protected   sub  objectdatasource1_updated ( byval  sender  as   Object ,  byval  E  as  system. web. UI. webcontrols. objectdatasourcestatuseventargs)  handles  objectperformance1.updated  If   not  (E. exception  is   nothing )  then   mE . lblmessage. TEXT = E. exception. innerexception. message. tostring E. predictionhandled =  true   end   If   end   sub  

In this way, you can handle related error messages by yourself.

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.