ExceptionMessageBoxDefaultButton 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 ExceptionMessageBoxDefaultButton instead.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Enumeration ExceptionMessageBoxDefaultButton
'Usage
Dim instance As ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton
public enum class ExceptionMessageBoxDefaultButton
type ExceptionMessageBoxDefaultButton
public enum ExceptionMessageBoxDefaultButton
Members
| Member name | Description | |
|---|---|---|
| Button1 | The first button is the default button. | |
| Button2 | The second button is the default button. | |
| Button3 | The third button is the default button. | |
| Button4 | The fourth button is the default button. | |
| Button5 | The fifth button is the default button. |