ExceptionBase: HResult (get)

HResult

Gets the HResult the current exception represents.



 Public Property Get HResult ( ) As Long

Return Values

Long -  The HResult.

Remarks

This is the same as Err.Number in most cases. Since this is a helper base class, it can hold any custom value needed for use by the Subclass.

This property can be set in the constructor NewExceptionBase.

Read/Write.

See Also

Project CorLib Overview

Class ExceptionBase Overview