R
Raghu
The Data property in System.Exception in .NET 2.0 allows you to add
serializable objects to it. However when the exception crosses app domian
boundaries, the contents (of Data property) are not serialized. The Data
property of the exception in the received app domain is empty and does not
have any contents in it. I tested with adding simple built in types also.
They are not serialized either.
Is this true or am I mistaken?
Thanks.
Raghu/..
serializable objects to it. However when the exception crosses app domian
boundaries, the contents (of Data property) are not serialized. The Data
property of the exception in the received app domain is empty and does not
have any contents in it. I tested with adding simple built in types also.
They are not serialized either.
Is this true or am I mistaken?
Thanks.
Raghu/..