Specifies miscellaneous display options for the exception message box.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in microsoft.exceptionmessagebox.dll)
<FlagsAttribute> _
Public Enumeration ExceptionMessageBoxOptions
[FlagsAttribute]
public enum ExceptionMessageBoxOptions
[FlagsAttribute]
public enum class ExceptionMessageBoxOptions
/** @attribute FlagsAttribute() */
public enum ExceptionMessageBoxOptions
FlagsAttribute
public enum ExceptionMessageBoxOptions
| Member name | Description |
|---|
| None | No other behaviors are required. |
| RightAlign | Display text with right-hand alignment. |
| RtlReading | Display text reading right-to-left. |
RtlReading should be used to display error messages in certain right-to-left reading languages.
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.Target Platforms