Dela via


ExceptionMessageBox.Show Method (IWin32Window)

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use Show instead.

Namespace:  Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Syntax

'Declaration
Public Function Show ( _
    owner As IWin32Window _
) As DialogResult
'Usage
Dim instance As ExceptionMessageBox
Dim owner As IWin32Window
Dim returnValue As DialogResult

returnValue = instance.Show(owner)
public DialogResult Show(
    IWin32Window owner
)
public:
DialogResult Show(
    IWin32Window^ owner
)
member Show : 
        owner:IWin32Window -> DialogResult 
public function Show(
    owner : IWin32Window
) : DialogResult

Parameters

Return Value

Type: System.Windows.Forms.DialogResult
The DialogResult of the button clicked by the user.