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。

適用於