ExceptionMessageBoxSymbol Enum

Definition

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 ExceptionMessageBoxSymbol instead.

public enum class ExceptionMessageBoxSymbol
public enum ExceptionMessageBoxSymbol
type ExceptionMessageBoxSymbol = 
Public Enum ExceptionMessageBoxSymbol
Inheritance
ExceptionMessageBoxSymbol

Fields

Asterisk 5

The system asterisk symbol.

Error 3

The system error symbol.

Exclamation 4

The system exclamation point symbol.

Hand 7

The system hand symbol.

Information 2

The system information symbol.

None 0

No symbol.

Question 6

The system question mark symbol.

Stop 3

The system stop sign symbol.

Warning 1

The system warning symbol.

Remarks

Members of ExceptionMessageBoxSymbol are system-maintained graphic icons.

Applies to