Partager via


Propriété EvaluationHistory.Exception

Gets the description of the exception, if one occurred.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Exception As String 
    Get 
    Friend Set
'Utilisation
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)

Valeur de propriété

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

EvaluationHistory Classe

Espace de noms Microsoft.SqlServer.Management.Dmf