ExceptionMessageBoxDefaultButton Enumeration

 

Sets the default button in the exception message box.

Namespace:   Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

public enum class ExceptionMessageBoxDefaultButton

Member nameDescription
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.

No code example is currently available or this language may not be supported.
Return to top
Show: