Proprietà Exception
Gets the description of the exception, if one occurred.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None)> _
Public Property Exception As String
Get
Friend Set
'Utilizzo
Dim instance As EvaluationDetail
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)
Valore proprietà
Tipo: System. . :: . .String
A String value that contains the description of the exception.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.