DirectoryNotFoundException: 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

An HResult is associated with an error result code. This allows for VB specific error codes to be returned.

Read Only.

See Also

Project CorLib Overview

Class DirectoryNotFoundException Overview

Exception