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

Name Value Description
OK 0

Display the OK button.

OKCancel 1

Display the OK and Cancel buttons.

YesNoCancel 2

Display Yes, No, and Cancel buttons.

YesNo 3

Display Yes and No buttons.

AbortRetryIgnore 4

Display the Abort, Retry, and Ignore buttons.

RetryCancel 5

Display the Retry and Cancel buttons.

Custom 6

Display buttons with custom button text.

Applies to