ExceptionMessageBoxOptions Enum

Definition

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

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.

Applies to