WriteStreamClosedEventArgs.Error Propriedade

Definição

Atenção

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

Recebe o valor de erro quando um fluxo de escrita é 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 de Propriedade

Retorna Exception.

Atributos

Observações

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

Aplica-se a