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
)

參數