TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
chrisaldi20
NA
24
0
Handling Soap Exceptions?
Feb 5 2004 1:55 AM
This is my problem: I am trapping all exception errors from UI which calls a web service. For example, Upon ordering of the customer, if the product selected of the user doesn't belong to the supplier then it should throw an exception error which I can trap easily if it is specified as COMexception, but it always throw a soap exception error. One solution that I try was to create an instance of an object from error message which displays the assembly name that creates the error, from that (If possible) I can trap exception errors in general. But I think I am getting far and complicated. Is there other way I can trap soapexception errors? any idea would be a great help. Thanks a lot! More power!
Reply
Answers (
0
)
c# win forms
Convert VB to C#