DriveNotFoundException: HResult (get)

HResult

Gets the HRESULT, a coded numerical value that is assigned to a specific exception.



 Public Property Get HResult ( ) As Long

Return Values

Long -  The value of the associated HResult.

Remarks

This returns the constant COR_E_DIRECTORYNOTFOUND (&H80070003).

Read Only.

See Also

Project CorLib Overview

Class DriveNotFoundException Overview

Exception