Compartir a través de


ExceptionMessageBox Constructor (String, String, ExceptionMessageBoxButtons, ExceptionMessageBoxSymbol)

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan. Use ExceptionMessageBox instead.

Espacio de nombres:  Microsoft.NetEnterpriseServers
Ensamblado:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (en Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Sintaxis

'Declaración
Public Sub New ( _
    text As String, _
    caption As String, _
    buttons As ExceptionMessageBoxButtons, _
    symbol As ExceptionMessageBoxSymbol _
)
'Uso
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
)

Parámetros