ExceptionMessageBoxButtons Enumeration
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.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Enumeration ExceptionMessageBoxButtons
'Usage
Dim instance As ExceptionMessageBoxButtons
public enum ExceptionMessageBoxButtons
public enum class ExceptionMessageBoxButtons
type ExceptionMessageBoxButtons
public enum ExceptionMessageBoxButtons
Members
Member name | Description | |
---|---|---|
OK | Display the OK button. | |
OKCancel | Display the OK and Cancel buttons. | |
YesNoCancel | Display Yes, No, and Cancel buttons. | |
YesNo | Display Yes and No buttons. | |
AbortRetryIgnore | Display the Abort, Retry, and Ignore buttons. | |
RetryCancel | Display the Retry and Cancel buttons. | |
Custom | Display buttons with custom button text. |