OperationResponse.Error プロパティ

定義

操作でスローされたエラーを取得します。

public:
 property Exception ^ Error { Exception ^ get(); void set(Exception ^ value); };
public Exception Error { get; set; }
member this.Error : Exception with get, set
Public Property Error As Exception

プロパティ値

エラーを含んでいる Exception オブジェクト。

注釈

このプロパティは、エラーが見つからない場合は null です。

適用対象