ExceptionMessageBox.Show Method

Definition

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.

Overloads

Show(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(IWin32Window) instead.

Show(IntPtr, String, String, String, String, String, String, String)

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(IntPtr, String, String, String, String, String, String, String) instead.

Show(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(IWin32Window) instead.

public:
 System::Windows::Forms::DialogResult Show(System::Windows::Forms::IWin32Window ^ owner);
public System.Windows.Forms.DialogResult Show (System.Windows.Forms.IWin32Window owner);
member this.Show : System.Windows.Forms.IWin32Window -> System.Windows.Forms.DialogResult
Public Function Show (owner As IWin32Window) As DialogResult

Parameters

owner
IWin32Window

Parent window for the exception message box.

Returns

The DialogResult of the button clicked by the user.

Applies to

Show(IntPtr, String, String, String, String, String, String, String)

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(IntPtr, String, String, String, String, String, String, String) instead.

public:
 System::Windows::Forms::DialogResult Show(IntPtr hwnd, System::String ^ message, System::String ^ source, System::String ^ sourceAppName, System::String ^ sourceAppVersion, System::String ^ sourceModule, System::String ^ sourceMessageId, System::String ^ sourceLanguage);
public System.Windows.Forms.DialogResult Show (IntPtr hwnd, string message, string source, string sourceAppName, string sourceAppVersion, string sourceModule, string sourceMessageId, string sourceLanguage);
member this.Show : nativeint * string * string * string * string * string * string * string -> System.Windows.Forms.DialogResult
Public Function Show (hwnd As IntPtr, message As String, source As String, sourceAppName As String, sourceAppVersion As String, sourceModule As String, sourceMessageId As String, sourceLanguage As String) As DialogResult

Parameters

hwnd
IntPtr

nativeint

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..

message
String

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..

source
String

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..

sourceAppName
String

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..

sourceAppVersion
String

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..

sourceModule
String

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..

sourceMessageId
String

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..

sourceLanguage
String

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..

Returns

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed..

Applies to