RankException: HResult (let)

HResult

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



 Public Property Let HResult(
	  ByVal RHS As Long )

Parameters

RHS
[ByVal] 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. This is the same as Err.Number.

Read/Write.

See Also

Project VBCorLib Overview Class RankException Overview RankException Properties RankException Methods HResult (get) InnerException (get) Exception