WriteStreamClosedEventArgs.Error プロパティ

定義

注意事項

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

書き込みストリームを閉じるときに、エラー値を取得します。

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

プロパティ値

Exception

Exception を返します。

属性

注釈

プロパティが Error オブジェクトの Exception 場合、非同期操作は正しく完了しませんでした。

適用対象