Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies miscellaneous display options for the exception message box.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ExceptionMessageBoxOptions
'Usage
Dim instance As ExceptionMessageBoxOptions
[FlagsAttribute]
public enum ExceptionMessageBoxOptions
[FlagsAttribute]
public enum class ExceptionMessageBoxOptions
[<FlagsAttribute>]
type ExceptionMessageBoxOptions
public enum ExceptionMessageBoxOptions
Members
| Member name | Description | |
|---|---|---|
| None | No other behaviors are required. | |
| RightAlign | Display text with right-hand alignment. | |
| RtlReading | Display text reading right-to-left. |
Remarks
RtlReading should be used to display error messages in certain right-to-left reading languages.