ExceptionMessageBoxOptions Enumeration
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use ExceptionMessageBoxOptions instead.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.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. |