Share via


WriteStreamClosedEventArgs.Error Propriedade

Definição

Cuidado

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

Obtém o valor de erro quando um fluxo de gravação é fechado.

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

Valor da propriedade

Retorna Exception.

Atributos

Comentários

Se a Error propriedade for um Exception objeto , a operação assíncrona não foi concluída corretamente.

Aplica-se a