Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Does a SOAPException throw exit a function call?

Reply
Thread Tools

Does a SOAPException throw exit a function call?

 
 
Mark A. Deal
Guest
Posts: n/a
 
      02-25-2005
If I throw a SOAP exception such as

Throw SoapException("An error occurred", SoapException.ClientFaultCode)

from a webservice method then do I then need to call a Return to exit the
method or does the call to the SoapException stop the processing of the
function and return to the client?

ie.

Throw SoapException("An error occurred", SoapException.ClientFaultCode)
Return -1

TIA

--
Mark A. Deal
Document & Data Solutions, LLC
http://www.docsol.com
Time Matters AIC
HotDocs Certified Consultant
GhostFill Certified Consultant


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to exit out of a function ? what is try-catch-throw in terms of Program Counter gnuist006@gmail.com C++ 34 12-02-2007 11:51 PM
throw new SoapException: SOAP Fault has Stack Trace in faultString element! John Saunders ASP .Net Web Services 0 08-23-2006 12:15 AM
JNI's throw new does not throw an exception yarona@m-sys.com Java 15 09-08-2005 08:36 AM
Throw a SoapException or Return a string? Greg Robinson ASP .Net Web Services 1 06-14-2005 01:13 AM
how to throw SoapException from HttpApplication Ajay Choudhary ASP .Net Web Services 0 05-23-2005 08:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57