Is there a master list of COMExceptions?
There are several support sites in the Oracle community ( here and here ) that contain bug lists. The first site even has suggestions for fixing them.
Does anyone know of an equivalent list for Microsoft COM, preferably with Office Interop issues?
+1
Jason z
source
to share
2 answers
No, each component is allowed to define its own. The only restrictions are that the error values ββmust have a high bit and the bits in the middle must identify the component.
Wikipedia has an article on how the error code bits are divided.
+1
John Knoeller
source
to share
Here - ms general com ex list; pretty short but something. When I worked with OWC, I usually found them scattered across different sites or in separate blogs. (Yay Google)
0
StingyJack
source
to share