Свойство Caption

Gets or sets the dialog box caption of the exception message box.

Пространство имен:  Microsoft.SqlServer.MessageBox
Сборка:  Microsoft.ExceptionMessageBox (в Microsoft.ExceptionMessageBox.dll)

Синтаксис

public string Caption { get; set; }

Значение свойства

Тип System. . :: . .String
A String value.

Замечания

Defaults to an empty string.

If Caption is null or empty and Message is not null, the Source property value is used as the caption.