SyndicationError
SyndicationError
SyndicationError
SyndicationError
Class
Definition
Represents an error encountered during a Syndication operation.
public : static class SyndicationErrorpublic static class SyndicationErrorPublic Static Class SyndicationError// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
GetStatus(Int32) GetStatus(Int32) GetStatus(Int32) GetStatus(Int32)
Gets the specific error using the returned HRESULT value. Possible values are defined by SyndicationErrorStatus.
public : static SyndicationErrorStatus GetStatus(int hresult)public static SyndicationErrorStatus GetStatus(Int32 hresult)Public Static Function GetStatus(hresult As Int32) As SyndicationErrorStatus// You can use this method in JavaScript.
Parameters
- hresult
- int Int32 Int32 Int32
An HRESULT returned during the operation.
Returns
The error encountered.