ExceptionBase: HResult (get) |
Gets the HResult the current exception represents.
Public Property Get HResult ( ) As Long
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.