What's the error code id in the "Unspecified error" exception?

Signature
Jared Parsons [MSFT]
jaredpar@online.microsoft.com
"This posting is provided "AS IS" with no warranties, and confers no rights"
> I can use DirectoryEntry.DeleteTree() to delete a Computer Account but when
> there's a problem, the error message always seems to be "Unspecified Error".
[quoted text clipped - 9 lines]
> .Invoke which have returned ADSI-style 8007nnnn error codes but not for
> deletes.
S Garratt - 31 Jan 2005 11:13 GMT
There isn't one: that's the problem! I just get:
Additional information: Unspecified error.
Hence me wondering if using .Invoke would be better.
SG
> What's the error code id in the "Unspecified error" exception?
>
[quoted text clipped - 15 lines]
> > .Invoke which have returned ADSI-style 8007nnnn error codes but not for
> > deletes.