Aracılığıyla paylaş


WriteStreamClosedEventArgs.Error Özellik

Tanım

Dikkat

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

Yazma akışı kapatıldığında hata değerini alır.

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

Özellik Değeri

Exception döndürür.

Öznitelikler

Açıklamalar

Error özelliği bir Exception nesneyse, zaman uyumsuz işlem doğru tamamlanmadı.

Şunlara uygulanır