Link to home
Start Free TrialLog in
Avatar of rajasoorya_kc
rajasoorya_kcFlag for India

asked on

Throwing exception from WCF to client

Can i throw a normal exception object from WCF to client? Or should it be converted to SOAP? If yes, can you please brief on the reason for the conversion?
Avatar of eirikurh
eirikurh

If your client is written in programming language that don´t have exceptions.
If you have a .NET client only, i don´t see any problems using exceptions.
ASKER CERTIFIED SOLUTION
Avatar of rajasoorya_kc
rajasoorya_kc
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial