G
Guest
Hi,
I creating a custom exception and I'm implementing the best practice with a
constructor which is needed for serialization (with Serialization Info info,
StreamingContext context).
My question is - what’s the use for serializing exceptions when working with
web services as my remoting mechanism (for instance)? Why do I need to
provide my custom exception with a serializable option?
Thanks
Yoav
I creating a custom exception and I'm implementing the best practice with a
constructor which is needed for serialization (with Serialization Info info,
StreamingContext context).
My question is - what’s the use for serializing exceptions when working with
web services as my remoting mechanism (for instance)? Why do I need to
provide my custom exception with a serializable option?
Thanks
Yoav