ExceptionBase: HResult (let) |
Sets the HResult the current exception represents.
Public Property Let HResult( ByVal Value 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.