Overload List

  NameDescription
ShowDialog()()()

Shows the form as a modal dialog box with no owner window.

(Inherited from Form.)
ShowDialog(IWin32Window)

Shows the form as a modal dialog with the specified owner.

(Inherited from Form.)
ShowDialog(Exception)
Show the dialog with the exception exception.
ShowDialog(Exception, Boolean)
Show the dialog with the exception exception.
ShowDialog(IWin32Window, Exception, Boolean)
Show the dialog with the exception exception.

See Also