The MessageBox class
Sets up the message box with the desired title, message, and icon. Does not show it until the show method is called.
This method is called if there is an error when showing the message box.
Shows the message box. Will block until it is closed.
See Implementation
The MessageBox class