M
Michel
Hi there,
I have an ASP.NET web site and service. The site calls methods from the
web-service.
Whenever a service call throws an exception, I'd like to get the exception
message.
However, at the client, the message contains the class name and stack trace
of the exception, and is encapsulated in a SoapException message, e.g.
....SoapException: ....MyException: The Actual Message at \n stack trace
The InnerException property is always null (even when throwing a
SoapException with embedded exception at the service).
How do I get to the exception message?
Any help appreciated,
Thanks,
Michel
I have an ASP.NET web site and service. The site calls methods from the
web-service.
Whenever a service call throws an exception, I'd like to get the exception
message.
However, at the client, the message contains the class name and stack trace
of the exception, and is encapsulated in a SoapException message, e.g.
....SoapException: ....MyException: The Actual Message at \n stack trace
The InnerException property is always null (even when throwing a
SoapException with embedded exception at the service).
How do I get to the exception message?
Any help appreciated,
Thanks,
Michel