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 包含錯誤的物件。

備註

若未發現錯誤,此性質為空。

適用於