次の方法で共有


ExceptionMessageBox コンストラクター (String)

指定した最上位レベルのエラー メッセージ テキストを使用して、ExceptionMessageBox のインスタンスを作成します。

名前空間:  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
)

パラメーター