ExceptionMessageBox.Symbol Property

Definition

Gets or sets the symbol to display in the exception message box.

public:
 property Microsoft::SqlServer::MessageBox::ExceptionMessageBoxSymbol Symbol { Microsoft::SqlServer::MessageBox::ExceptionMessageBoxSymbol get(); void set(Microsoft::SqlServer::MessageBox::ExceptionMessageBoxSymbol value); };
public Microsoft.SqlServer.MessageBox.ExceptionMessageBoxSymbol Symbol { get; set; }
member this.Symbol : Microsoft.SqlServer.MessageBox.ExceptionMessageBoxSymbol with get, set
Public Property Symbol As ExceptionMessageBoxSymbol

Property Value

An ExceptionMessageBoxSymbol object.

Remarks

To display a custom graphic for the symbol on the exception message box, use CustomSymbol.

The default value is Warning.

Applies to