I perform some checks in my Window class constructor, and if they fail I want to display an error message and close the window.
I'm getting crashes when calling Close() from the constructor or from Window_Loaded. Does that sounds normal or am I doing something wrong? If this is normal, when should I call Close()?