Propriedade Exception
Gets the exception associated with the DataTransferProgressEventType object.
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: System. . :: . .Exception
An Exception object value that specifies the exception associated with the DataTransferProgressEventType object.