ExceptionMessageBox Methods
The ExceptionMessageBox type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetMessageText | Returns the string that a user can copy to the clipboard when the exception is displayed in an exception message box. |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
SetButtonText(String) | Sets the text for the custom text button when only one button is displayed in the exception message box. |
|
SetButtonText(String, String) | Sets the text for the custom text buttons when only two buttons are displayed in the exception message box. |
|
SetButtonText(String, String, String) | Sets the text for the custom text buttons when only three buttons are displayed in the exception message box. |
|
SetButtonText(String, String, String, String) | Sets the text for the custom text buttons when only four buttons are displayed in the exception message box. |
|
SetButtonText(String, String, String, String, String) | Sets the text for the custom text buttons when only five buttons are displayed in the exception message box. |
|
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. |
|
ToString | (Inherited from Object.) |