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í streamu 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

Exception

Vrací objekt Exception.

Atributy

Poznámky

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

Platí pro