ExceptionMessageBoxOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies miscellaneous display options for the exception message box.
This enumeration supports a bitwise combination of its member values.
public enum class ExceptionMessageBoxOptions
[System.Flags]
public enum ExceptionMessageBoxOptions
[<System.Flags>]
type ExceptionMessageBoxOptions =
Public Enum ExceptionMessageBoxOptions
- Inheritance
-
ExceptionMessageBoxOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No other behaviors are required. |
RightAlign | 1 | Display text with right-hand alignment. |
RtlReading | 2 | Display text reading right-to-left. |
Remarks
RtlReading should be used to display error messages in certain right-to-left reading languages.