Click here to Skip to main content
15,888,454 members

Comments by Sagar SLS (Top 2 by date)

Sagar SLS 5-May-20 5:53am View    
I have tried to get details of exception by catching the exception but it always throws in catch(...) so an exception is the unknown (not standard exception).
Sagar SLS 1-May-20 7:42am View    
Right now, I caught exception in a special catch block called ‘catch all’ catch(…) that can be used to catch all types of exceptions. So did not specify you what was the actual exception. I will update you if I get that specific exception type.

I haven't tried all suggestions but I believe that I will get the same behavior as he got.

Yes, I am referring to .vsd files and here SaveAsEx() however store the .vsd file given location but Save() gives exception. But I am not sure 2016 tries to saves as .vsdx and that causes the problem.