Windows error 0x80080011, -2146959343

Detailed Error Information

MEM_E_INVALID_SIZE[1]

MessageThe requested allocation size was too large
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode8 (0x008)
NameFACILITY_WINDOWS[2][1]
DescriptionThe source of the error code is the Windows subsystem.[2][1]
Error Code17 (0x0011)

Questions

0votes
2answers

"The requested allocation size was too large" when calling PeerFinder.Start();

When executing the following lines in my Windows Store App project PeerFinder.AlternateIdentities["Bluetooth:Paired"] = ""; PeerFinder.Start(); I get the following error: > > The requested allocation size was too large (Exception from HRESULT: > > 0x80080011 (MEM_E_INVALID_SIZE)) Which is the problem there? How do I solve it? read more
c#
windows-8
bluetooth
windows-store-apps

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