ExceptionMessageBox.DefaultDialogResult Property

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 DefaultDialogResult instead.

public:
 property System::Windows::Forms::DialogResult DefaultDialogResult { System::Windows::Forms::DialogResult get(); void set(System::Windows::Forms::DialogResult value); };
public System.Windows.Forms.DialogResult DefaultDialogResult { get; set; }
member this.DefaultDialogResult : System.Windows.Forms.DialogResult with get, set
Public Property DefaultDialogResult As DialogResult

Property Value

An ExceptionMessageBoxDialogResult object.

Applies to