Windows error 0x80072EF1, -2147012879

Detailed Error Information

WININET_E_OPERATION_CANCELLED[1]

MessageThe operation has been canceled
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code12017 (0x2ef1)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00002ef1.

Questions

1vote
0answers

uwp upload operation progress.status = error

I have an UploadOperation and I want to restart it after app start. It has a BytesSend value > 0 and the progress.status value is Error. If I try to AttchAsync than I get "Exception from HRESULT: 0x80072EF1". What can I do to restart the UploadOperation? I don't know which [...] read more
c#
win-universal-app
image-uploading

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0