WriteStreamClosedEventArgs.Error Właściwość

Definicja

Przestroga

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

Pobiera wartość błędu po zamknięciu strumienia zapisu.

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

Wartość właściwości

Zwraca wartość Exception.

Atrybuty

Uwagi

Error Jeśli właściwość jest obiektemException, operacja asynchroniczna nie została ukończona poprawnie.

Dotyczy