ExceptionMessageBox.Show Method
Include Protected Members
Include Inherited Members
Displays the exception message box.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Show(IWin32Window) | Shows the exception message box as a modal dialog box centered on the parent window. | |
Show(IntPtr, String, String, String, String, String, String, String) | Displays the exception message box. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
Top