Свойство Exception
Gets the description of the exception, if one occurred.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Exception As String
Get
Friend Set
'Применение
Dim instance As ConnectionEvaluationHistory
Dim value As String
value = instance.Exception
[SfcPropertyAttribute(SfcPropertyFlags.None)]
public string Exception { get; internal set; }
[SfcPropertyAttribute(SfcPropertyFlags::None)]
public:
property String^ Exception {
String^ get ();
internal: void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None)>]
member Exception : string with get, internal set
function get Exception () : String
internal function set Exception (value : String)
Значение свойства
Тип System. . :: . .String
A String value that contains the description of the exception.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.