Overload List

  NameDescription
Public methodShowMessageBox()()()()
Shows a MessageBox containing the message of the exception.
Public methodShowMessageBox(Boolean)
Shows a MessageBox containing the type of the exception as well as its message and stack-trace.
Public methodShowMessageBox(IWin32Window)
Shows a MessageBox containing the message of the exception.
Public methodShowMessageBox(IWin32Window, Boolean)
Shows a MessageBox containing the type of the exception as well as its message and stack-trace.

See Also