WriteStreamClosedEventArgs.Error Proprietà

Definizione

Attenzione

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Ottiene il valore di errore quando un flusso di scrittura viene chiuso.

public:
 property Exception ^ Error { Exception ^ get(); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public Exception? Error { get; }
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public Exception Error { get; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.Error : Exception
Public ReadOnly Property Error As Exception

Valore della proprietà

Exception

Restituisce Exception.

Attributi

Commenti

Se la proprietà è un Exception oggetto, l'operazione Error asincrona non è stata completata correttamente.

Si applica a