ExceptionMessageBox 构造函数 (String)

Creates an instance of ExceptionMessageBox with the supplied top-level error message text.

命名空间:  Microsoft.SqlServer.MessageBox
程序集:  Microsoft.ExceptionMessageBox(在 Microsoft.ExceptionMessageBox.dll 中)

语法

声明
Public Sub New ( _
    text As String _
)
用法
Dim text As String

Dim instance As New ExceptionMessageBox(text)
public ExceptionMessageBox(
    string text
)
public:
ExceptionMessageBox(
    String^ text
)
new : 
        text:string -> ExceptionMessageBox
public function ExceptionMessageBox(
    text : String
)

参数