ExceptionMessageBoxDialogResult Enumeration

 

Identifies the button that the user clicked to close the exception message box when custom text buttons are used.

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

public enum class ExceptionMessageBoxDialogResult

Member nameDescription
Button1

The first custom text button.

Button2

The second custom text button.

Button3

The third custom text button.

Button4

The fourth custom text button.

Button5

The fifth custom text button.

None

Custom text buttons are not used.

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