I want to view stack trace as the given window. I'm writing my own log viewer. Is there any way to get this window as it is in visual studio.

thanks in advance. enter image description here

link|improve this question

68% accept rate
feedback

1 Answer

That's just a standard property grid control.

link|improve this answer
I don't think so. For example, in a standard property grid control, false is spelled False, it does not shows "null", etc... It's VS debugger locals/watch control. And if you push an exception into a property grid, you will not have all this. – Simon Mourier Oct 25 '11 at 6:19
You may be right that it's not just a property grid, but a property grid will give you everything you see there. – John Saunders Oct 25 '11 at 12:53
That's not correct. For, example TargetSite and InnerException are not expandable. Or we're not talking about System.Windows.Forms.PropertyGrid. – Simon Mourier Oct 25 '11 at 13:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.