Sdílet prostřednictvím


WriteStreamClosedEventArgs.Error Vlastnost

Definice

Upozornění

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

Získá chybovou hodnotu při zavření datového proudu zápisu.

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

Hodnota vlastnosti

Vrátí Exception.

Atributy

Poznámky

Error Pokud je Exception vlastnost objekt, asynchronní operace se nedokončila správně.

Platí pro