ExceptionMessageBox 생성자 (String, String, ExceptionMessageBoxButtons, ExceptionMessageBoxSymbol)
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오. Use ExceptionMessageBox instead.
네임스페이스: 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
Error text of the top-level message.
- caption
유형: System. . :: . .String
Dialog box caption of the exception message box.
- buttons
유형: Microsoft.NetEnterpriseServers. . :: . .ExceptionMessageBoxButtons
ExceptionMessageBoxButtons enumeration that specifies the buttons to display in the exception message box.
- symbol
유형: Microsoft.NetEnterpriseServers. . :: . .ExceptionMessageBoxSymbol
ExceptionMessageBoxSymbol enumeration that specifies the symbol to display in the exception message box.