Compartir a través de


Exception Propiedad

Gets the exception associated with the DataTransferProgressEventType object.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Exception As Exception
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Exception
An Exception object value that specifies the exception associated with the DataTransferProgressEventType object.