ExceptionMessageBox Properties
The ExceptionMessageBox type exposes the following members.
| Name | Description | |
|---|---|---|
|
AbortButtonText | Gets the default text for the Abort button. |
|
Beep | Specifies whether to play an audible sound when the message is displayed. |
|
Buttons | Gets or sets the buttons to display in the message box. |
|
CancelButtonText | Gets the default text for the Cancel button. |
|
Caption | Gets or sets the dialog box caption of the exception message box. |
|
CheckBoxRegistryKey | Sets an opened RegistryKey that controls the check box that is displayed on the exception message box when Microsoft.SqlServer.MessageBox.ExceptionMessageBox.ShowCheckbox is true. |
|
CheckBoxRegistryMeansDoNotShowDialog | Determines whether the registry value content specified by CheckBoxRegistryKey and CheckBoxRegistryValue indicates a previous user decision not to view this message. |
|
CheckBoxRegistryValue | Gets or sets the registry value name that controls the check box on the exception message box when Microsoft.SqlServer.MessageBox.ExceptionMessageBox.ShowCheckbox is true. |
|
CheckBoxText | Gets or sets the text to display in the check box on the exception message box when Microsoft.SqlServer.MessageBox.ExceptionMessageBox.ShowCheckbox is true. |
|
CustomDialogResult | Gets the clicked custom text dialog button. |
|
CustomSymbol | Gets or sets a custom bitmap to use as the symbol on the exception message box. |
|
Data | Gets the IDictionary interface that stores help link and advanced information associated with the top-level message. |
|
DefaultButton | Gets or sets the default button on the message box. |
|
DefaultDialogResult | Gets or sets the value returned by the Show method when the user has previously indicated not to show a given message again. |
|
FailButtonText | Gets the default text for the Fail button. |
|
Font | Gets or sets the font used in the message box. |
|
HelpLink | Gets or sets the link to the help file or help Web page associated with the top-level message. |
|
IgnoreButtonText | Gets the default text for the Ignore button. |
|
InnerException | Gets or sets the Exception instance associated with the lower-level message(s). |
|
IsCheckBoxChecked | Specifies whether the check box is selected when Microsoft.SqlServer.MessageBox.ExceptionMessageBox.ShowCheckbox is true. |
|
Message | Gets or sets the Exception that contains the message to display. |
|
MessageLevelDefault | Gets or sets the number of message levels to display in the message box. |
|
NoButtonText | Gets the default text for the No button |
|
OKButtonText | Gets the default text for the OK button |
|
Options | Gets or sets miscellaneous display options for the message box |
|
RetryButtonText | Gets the default text for the Retry button. |
|
ShowCheckBox | Specifies whether to show the check box in the exception message box. |
|
ShowToolBar | Specifies whether to show the command button toolbar on the exception message box. |
|
Symbol | Gets or sets the symbol to display in the exception message box. |
|
Text | Gets or sets the text of the top-level message to display in the exception message box |
|
UseOwnerFont | Specifies whether to retrieve the font of the owner window and use it as the font for the exception message box. |
|
YesButtonText | Gets the default text for the Yes button |