SyndicationError.GetStatus(Int32) Method

Definition

Gets the specific error using the returned HRESULT value. Possible values are defined by 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

Parameters

hresult
Int32

int

An HRESULT returned during the operation.

Returns

The error encountered.

Applies to