다음을 통해 공유


ExceptionMessageBox 멤버

Displays a message box that can be customized with text, buttons, and symbols to improve the customer experience with a Microsoft Windows .NET Framework-based application.

ExceptionMessageBox 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 ExceptionMessageBox() () () () Creates an instance of ExceptionMessageBox with the default properties.
공용 메서드 ExceptionMessageBox(Exception) Creates an instance of ExceptionMessageBox by using information from the specified Exception.
공용 메서드 ExceptionMessageBox(String) Creates an instance of ExceptionMessageBox with the supplied top-level error message text.
공용 메서드 ExceptionMessageBox(Exception, ExceptionMessageBoxButtons) Creates an instance of ExceptionMessageBox by using information from the specified Exception and by specifying the buttons to display in the message box.
공용 메서드 ExceptionMessageBox(String, String) Creates an instance of ExceptionMessageBox with the supplied top-level error message text and the dialog box caption of the exception message box.
공용 메서드 ExceptionMessageBox(Exception, ExceptionMessageBoxButtons, ExceptionMessageBoxSymbol) Creates an instance of ExceptionMessageBox by using information from the specified Exception and by specifying the buttons and symbol to display in the message box.
공용 메서드 ExceptionMessageBox(String, String, ExceptionMessageBoxButtons) Creates an instance of ExceptionMessageBox with the supplied top-level error message text and the dialog box caption of the exception message box. The method also specifies buttons to display in the exception message box.
공용 메서드 ExceptionMessageBox(Exception, ExceptionMessageBoxButtons, ExceptionMessageBoxSymbol, ExceptionMessageBoxDefaultButton) Creates an instance of ExceptionMessageBox by using information from the specified Exception and by specifying the buttons, symbol, and default button to display in the exception message box. .
공용 메서드 ExceptionMessageBox(String, String, ExceptionMessageBoxButtons, ExceptionMessageBoxSymbol) Creates an instance of ExceptionMessageBox with the supplied top-level error message text and dialog box caption of the exception message box. The method also specifies the buttons and symbol to display in the exception message box.
공용 메서드 ExceptionMessageBox(Exception, ExceptionMessageBoxButtons, ExceptionMessageBoxSymbol, ExceptionMessageBoxDefaultButton, ExceptionMessageBoxOptions) Creates an instance of ExceptionMessageBox by using information from the specified Exception and by specifying the buttons, symbol, default button, and other properties to display in the exception message box.
공용 메서드 ExceptionMessageBox(String, String, ExceptionMessageBoxButtons, ExceptionMessageBoxSymbol, ExceptionMessageBoxDefaultButton) Creates an instance of ExceptionMessageBox with the supplied top-level error message text and dialog box caption of the message box. The method also specifies the buttons, symbol, and default button to display in the exception message box.
공용 메서드 ExceptionMessageBox(String, String, ExceptionMessageBoxButtons, ExceptionMessageBoxSymbol, ExceptionMessageBoxDefaultButton, ExceptionMessageBoxOptions) 인프라

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드정적 멤버 GetMessageText Returns the string that a user can copy to the clipboard when the exception is displayed in an exception message box.
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (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) 인프라
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성정적 멤버 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 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 ShowCheckbox()()()() is true.
공용 속성 CheckBoxText Gets or sets the text to display in the check box on the exception message box when 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 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

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 OnCopyToClipboard Occurs when exception message text is copied from the message box to the Clipboard.

맨 위로 이동