ExceptionMessageBox 构造函数
Overloaded constructor for 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) | 基础结构。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, default button, and dialog options to display in the exception message box. |
页首