DriveNotFoundException: ErrorNumber (get)

ErrorNumber

Returns the VB error number associated with this exception instance.



 Public Property Get ErrorNumber ( ) As Long

Return Values

Long -  A VB error that matches the number return by Err.Number.

Remarks

This returns the constant 76 (Path Not Found).

Read Only.

See Also

Project CorLib Overview

Class DriveNotFoundException Overview