Share via


SqlStudioMessageBox.Show Method (IWin32Window, Exception, String, MessageBoxIcon)

Displays a message box in front of the specified object with an exception that is thrown when an error occurs during application execution. The message box has the specified caption and icon.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Shared Function Show ( _
    owner As IWin32Window, _
    error As Exception, _
    caption As String, _
    icon As MessageBoxIcon _
) As DialogResult
'Usage
Dim owner As IWin32Window
Dim error As Exception
Dim caption As String
Dim icon As MessageBoxIcon
Dim returnValue As DialogResult

returnValue = SqlStudioMessageBox.Show(owner, error, _
    caption, icon)
public static DialogResult Show(
    IWin32Window owner,
    Exception error,
    string caption,
    MessageBoxIcon icon
)
public:
static DialogResult Show(
    IWin32Window^ owner, 
    Exception^ error, 
    String^ caption, 
    MessageBoxIcon icon
)
static member Show : 
        owner:IWin32Window * 
        error:Exception * 
        caption:string * 
        icon:MessageBoxIcon -> DialogResult 
public static function Show(
    owner : IWin32Window, 
    error : Exception, 
    caption : String, 
    icon : MessageBoxIcon
) : DialogResult

Parameters

  • error
    Type: System.Exception
    Represents an error that occurs during application execution.
  • caption
    Type: System.String
    The text to display in the title bar of the message box.

Return Value

Type: System.Windows.Forms.DialogResult
One of the DialogResult values