IOException: 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/Write.

See Also

Project VBCorLib Overview Class IOException Overview IOException Properties IOException Methods HelpLink (let) HResult (let) Exception