JsonError.GetStatus(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用返回的 HRESULT 值获取特定错误。 可能的值由 JsonErrorStatus 定义。
public:
static JsonErrorStatus GetStatus(int hresult);
/// [Windows.Foundation.Metadata.Deprecated("GetStatus may be altered or unavailable for releases after Windows 8.1. Instead, use GetJsonStatus.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
static JsonErrorStatus GetStatus(int const& hresult);
[Windows.Foundation.Metadata.Deprecated("GetStatus may be altered or unavailable for releases after Windows 8.1. Instead, use GetJsonStatus.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public static JsonErrorStatus GetStatus(int hresult);
function getStatus(hresult)
Public Shared Function GetStatus (hresult As Integer) As JsonErrorStatus
参数
- hresult
-
Int32
int
操作期间返回的 HRESULT 。
返回
遇到错误。
- 属性
注解
此方法仅在 Windows 10 版本 10.0.10240 中受支持。 此方法在更高版本中已删除。