Поделиться через


Свойство DataTransferProgressEventArgs.Exception

Gets the exception associated with the DataTransferProgressEventType object.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Exception As Exception 
    Get
'Применение
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

Значение свойства

Тип: System.Exception
An Exception object value that specifies the exception associated with the DataTransferProgressEventType object.

См. также

Справочник

DataTransferProgressEventArgs Класс

Пространство имен Microsoft.SqlServer.Management.Common