ExceptionMessageBox コンストラクター (String, String, ExceptionMessageBoxButtons, ExceptionMessageBoxSymbol)
この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新しい開発作業では、この機能の使用を避け、現在この機能を使用しているアプリケーションは修正するようにしてください。代わりに ExceptionMessageBox を使用してください。
名前空間: Microsoft.NetEnterpriseServers
アセンブリ: Microsoft.NetEnterpriseServers.ExceptionMessageBox (Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
構文
'宣言
Public Sub New ( _
text As String, _
caption As String, _
buttons As ExceptionMessageBoxButtons, _
symbol As ExceptionMessageBoxSymbol _
)
'使用
Dim text As String
Dim caption As String
Dim buttons As ExceptionMessageBoxButtons
Dim symbol As ExceptionMessageBoxSymbol
Dim instance As New ExceptionMessageBox(text, caption, _
buttons, symbol)
public ExceptionMessageBox(
string text,
string caption,
ExceptionMessageBoxButtons buttons,
ExceptionMessageBoxSymbol symbol
)
public:
ExceptionMessageBox(
String^ text,
String^ caption,
ExceptionMessageBoxButtons buttons,
ExceptionMessageBoxSymbol symbol
)
new :
text:string *
caption:string *
buttons:ExceptionMessageBoxButtons *
symbol:ExceptionMessageBoxSymbol -> ExceptionMessageBox
public function ExceptionMessageBox(
text : String,
caption : String,
buttons : ExceptionMessageBoxButtons,
symbol : ExceptionMessageBoxSymbol
)
パラメーター
- text
型: System. . :: . .String
最上位レベル メッセージのエラー テキストです。
- caption
型: System. . :: . .String
例外メッセージ ボックスのダイアログ ボックス キャプションです。
- buttons
型: Microsoft.NetEnterpriseServers. . :: . .ExceptionMessageBoxButtons
例外メッセージ ボックスに表示するボタンを指定する ExceptionMessageBoxButtons 列挙です。
- symbol
型: Microsoft.NetEnterpriseServers. . :: . .ExceptionMessageBoxSymbol
例外メッセージ ボックスに表示する記号を指定する ExceptionMessageBoxSymbol 列挙です。