WritingCancelledEventArgs.Error プロパティ

定義

書き込み操作をキャンセルした例外を取得します。

public:
 property Exception ^ Error { Exception ^ get(); };
public Exception Error { get; }
member this.Error : Exception
Public ReadOnly Property Error As Exception

プロパティ値

Exception

書き込み操作をキャンセルした例外。

適用対象