Propriedade do RDL DataTransferProgressEventArgs.Exception
Obtém a exceção associada ao objeto DataTransferProgressEventType.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Exception
Um valor do objeto Exception que especifica a exceção associada ao objeto DataTransferProgressEventType.