Freigeben über


EvaluationHistory.Exception-Eigenschaft

Gets the description of the exception, if one occurred.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Exception As String 
    Get 
    Friend Set
'Usage
Dim instance As EvaluationHistory 
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)

Eigenschaftswert

Typ: System.String
A String value that contains the description of the exception.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

EvaluationHistory Klasse

Microsoft.SqlServer.Management.Dmf-Namespace