SyndicationError.GetStatus(Int32) 方法

定义

使用返回的 HRESULT 值获取特定错误。 可能的值由 SyndicationErrorStatus 定义。

public:
 static SyndicationErrorStatus GetStatus(int hresult);
 static SyndicationErrorStatus GetStatus(int const& hresult);
public static SyndicationErrorStatus GetStatus(int hresult);
function getStatus(hresult)
Public Shared Function GetStatus (hresult As Integer) As SyndicationErrorStatus

参数

hresult
Int32

int

操作期间返回的 HRESULT

返回

遇到错误。

适用于