ExceptionMessageBoxDialogResult Enum

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

public enum class ExceptionMessageBoxDialogResult
public enum ExceptionMessageBoxDialogResult
type ExceptionMessageBoxDialogResult = 
Public Enum ExceptionMessageBoxDialogResult
Inheritance
ExceptionMessageBoxDialogResult

Fields

Button1 1

The first custom text button.

Button2 2

The second custom text button.

Button3 3

The third custom text button.

Button4 4

The fourth custom text button.

Button5 5

The fifth custom text button.

None 0

Custom text buttons are not used.

Applies to