共用方式為


RecoverableErrorData.HResult 屬性

取得與錯誤相關聯的 HRESULT。HRESULT 是指派給特定例外狀況的編碼數值。

命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
Public ReadOnly Property HResult As Integer
'用途
Dim instance As RecoverableErrorData
Dim value As Integer

value = instance.HResult
public int HResult { get; }
public:
property int HResult {
    int get ();
}
/** @property */
public int get_HResult ()
public function get HResult () : int

屬性值

與錯誤相關聯的 HRESULT。

請參閱

參考

RecoverableErrorData 類別
RecoverableErrorData 成員
Microsoft.Synchronization 命名空間