WriteStreamClosedEventArgs.Error Propriété

Définition

Attention

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

Obtient la valeur d'erreur lorsqu'un flux d'écriture est fermé.

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

Valeur de propriété

Exception

Retourne Exception.

Attributs

Remarques

Si la Error propriété est un Exception objet, l’opération asynchrone n’a pas été effectuée correctement.

S’applique à