Windows error 0x803E0209, -2143419895

Detailed Error Information

WPN_E_GROUP_SIZE[1]

MessageThe size of the notification group is too large.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode62 (0x03e)
NameFACILITY_WPN[1]
Error Code521 (0x0209)

Questions

-1votes
1answer

Windows 10 Universal app: "The size of the notification group is too large"

When I call Toaster.Show it throws 0x803E0209 (WPN_E_GROUP_SIZE) "The size of the notification group is too large" exception. I have no notification at all in the notification center. I tried changing group name and tag but get the same error. read more
uwp
windows-10-universal

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