Właściwość DataTransferProgressEventArgs.Exception
Pobiera skojarzone z wyjątkiem DataTransferProgressEventType obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Common
Zestaw: Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)
Składnia
'Deklaracja
Public ReadOnly Property Exception As Exception
Get
'Użycie
Dim instance As DataTransferProgressEventArgs
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception
Wartość właściwości
Typ: System.Exception
Wartość obiekt wyjątku, która określa skojarzony z wyjątkiem DataTransferProgressEventType obiektu.
Zobacz także