Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.08 KB

iasyncinfo_errorcode.md

File metadata and controls

28 lines (20 loc) · 1.08 KB
-api-id -api-type
P:Windows.Foundation.IAsyncInfo.ErrorCode
winrt property

Windows.Foundation.IAsyncInfo.ErrorCode

-description

Gets a string that describes an error condition of the asynchronous operation.

-property-value

A string that describes an error condition of the asynchronous operation.

-remarks

Error codes are exposed as different types depending on the programming language you are using. Similarly, each language has different techniques for wrapping asynchronous method calls so that error conditions or cancellation can be handled. For more info see one of these topics:

-examples

-see-also

HResult, Asynchronous programming