You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting @mgpreston. I fixed the NullReferenceException so that a more meaningful exception is thrown, but showing a default button might be a better experience.
What do you think the button should be? OK? Close? Cancel? Something else?
If you attempt to call ShowDialog on a TaskDialog that you haven't added any buttons to, the call to ShowDialog will throw a NullReferenceException.
Could this be improved to throw a more meaningful exception - or perhaps add a default button to it?
Example:
Thank you!
The text was updated successfully, but these errors were encountered: