Share via


WriteStreamClosedEventArgs.Error Propiedad

Definición

Precaución

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

Obtiene el valor de error cuando se cierra una secuencia de escritura.

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 propiedad

Devuelve Exception.

Atributos

Comentarios

Si la Error propiedad es un Exception objeto , la operación asincrónica no se completó correctamente.

Se aplica a