Shows a MessageBox containing the message of the exception.
Shows a MessageBox containing the message of the exception.
public void ShowMessageBox();
Shows a MessageBox containing the type of the exception as well as its message and stack-trace.
public void ShowMessageBox(bool);
Shows a MessageBox containing the message of the exception.
public void ShowMessageBox(IWin32Window);
Shows a MessageBox containing the type of the exception as well as its message and stack-trace.
public void ShowMessageBox(IWin32Window,bool);