public readonly struct QHResult : IEquatable<QHResult>
Equals(Object) | (Overrides ValueTypeEquals(Object)) |
Equals(QHResult) | |
FromHResult | Constructor from raw HRESULT value. Mainly used for easy decoding of HRESULTs that are part of the exception to determine whether the error is "critical" or not. |
GetHashCode | (Overrides ValueTypeGetHashCode) |
ToEventId | Conversion to EventId that allows for 6 bits of additional data to be put in event id's flags (top two bits map severity). |
ToString | (Overrides ValueTypeToString) |