WriteStreamClosedEventArgs.Error Eigenschaft

Definition

Achtung

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

Ruft den Fehlerwert ab, wenn ein Schreibstream geschlossen wird.

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

Eigenschaftswert

Exception

Gibt Exceptionzurück.

Attribute

Hinweise

Wenn die Error Eigenschaft ein Exception Objekt ist, wurde der asynchrone Vorgang nicht ordnungsgemäß abgeschlossen.

Gilt für