web service exception handling
Posted
by Jack
on Stack Overflow
See other posts from Stack Overflow
or by Jack
Published on 2010-06-01T06:57:34Z
Indexed on
2010/06/01
7:03 UTC
Read the original article
Hit count: 237
I have a WebMethod that recevives following types of parameters:
[WebMethod]
User(long userid,int number)
When Client send parameter with different types, I have to catch this error and write to database etc..
How can I solve this?
Thanks.
© Stack Overflow or respective owner