Windows.Foundation.IAsyncInfo.ErrorCode

July 6, 2022 ยท View on GitHub

-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