JsonError.GetJsonStatus(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用傳回的 HRESULT 值取得特定錯誤。 可能的值為 JsonErrorStatus所定義。
public:
static JsonErrorStatus GetJsonStatus(int hresult);
static JsonErrorStatus GetJsonStatus(int const& hresult);
public static JsonErrorStatus GetJsonStatus(int hresult);
function getJsonStatus(hresult)
Public Shared Function GetJsonStatus (hresult As Integer) As JsonErrorStatus
參數
- hresult
-
Int32
int
作業期間傳回的 HRESULT 。
傳回
發生錯誤。