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

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

Fields

AbortRetryIgnore 4

Display the Abort, Retry, and Ignore buttons.

Custom 6

Display buttons with custom button text.

OK 0

Display the OK button.

OKCancel 1

Display the OK and Cancel buttons.

RetryCancel 5

Display the Retry and Cancel buttons.

YesNo 3

Display Yes and No buttons.

YesNoCancel 2

Display Yes, No, and Cancel buttons.

Applies to