Windows error 0x80020012, -2147352558

Detailed Error Information

DISP_E_DIVBYZERO[1]

MessageDivision by zero.
Declared inwinerror.h

COR_E_DIVIDEBYZERO[2]

Comment DISP_E_DIVBYZERO // Attempted to divide a number by zero.

HRESULT analysis[3]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode2 (0x002)
NameFACILITY_DISPATCH[3][1]
DescriptionThe source of the error code is a COM Dispatch.[3][1]
Error Code18 (0x0012)

Questions

1vote
1answer

Naudio ImaAdpcmWaveFormat, BufferedWaveprovider not happy

I am working on an application where I use Naudio to play sound streamed to/from a modem (no luck with tapi on this particular modem, so AT-commands). This works acceptably well when I used a linear waveformat (WaveFormat waveFormat = new WaveFormat(8000, 16, 1);) but now I want to try [...] read more
c#
audio
naudio
0votes
1answer

System.DivideByZeroException in UWP

So, i did some updates to my microsoft visual studio. Previously, my UWP flipview is working perfectly. Basically my Flipview reads images from local pictures library. And now if i run my UWP, this exception appears! System.DivideByZeroException HResult=0x80020012 Message=Attempted to divide by zero. Source=TMD_Latest StackTrace: at TMD_Latest.Views.MainPage.ChangeImage(Object sender, Object o) [...] read more
c#
image
visual-studio
uwp
flipview

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0