WriteStreamClosedEventArgs.Error Eigenschap

Definitie

Let op

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

Hiermee wordt de foutwaarde opgehaald wanneer een schrijfstroom wordt gesloten.

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)>]
member this.Error : Exception
Public ReadOnly Property Error As Exception

Waarde van eigenschap

Retourneert Exception.

Kenmerken

Opmerkingen

Als de Error eigenschap een Exception object is, is de asynchrone bewerking niet correct voltooid.

Van toepassing op