Hi
I am debugging a third party library that is throwing an exception. I don't think the finer details of the library are relevant but you can correct me on that if I am wrong.
I have a parameter of type object passed to a function. The return of object.Value is:
{}
How can I test for this? What is the value? It is not null and I don't know how to test for and handle this value.
Thanks
Dan
Loading
Dan HallidayPosted Aug 17, 2010, 7:48 AM
Dan HallidayPosted Aug 17, 2010, 7:36 AM
This method returns an object. When I check the object in the Immediate Window I get the {} return.