ExceptionMessageBoxOptions Enumeration

Specifies miscellaneous display options for the exception message box.

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

VisualBasicDeclaration
<FlagsAttribute> _
Public Enumeration ExceptionMessageBoxOptions
CSharp
[FlagsAttribute] 
public enum ExceptionMessageBoxOptions
ManagedCPlusPlus
[FlagsAttribute] 
public enum class ExceptionMessageBoxOptions
JSharp
/** @attribute FlagsAttribute() */ 
public enum ExceptionMessageBoxOptions
JScript
FlagsAttribute 
public enum ExceptionMessageBoxOptions
Members

Member nameDescription
NoneNo other behaviors are required.
RightAlignDisplay text with right-hand alignment.
RtlReadingDisplay text reading right-to-left.
Remarks

RtlReading should be used to display error messages in certain right-to-left reading languages.


Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also

Tags :


Page view tracker