QHResultFromHResult Method

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.

Definition

Namespace: Quine.HRCatalog
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public static QHResult FromHResult(
	int hresult
)

Parameters

hresult  Int32

[Missing <param name="hresult"/> documentation for "M:Quine.HRCatalog.QHResult.FromHResult(System.Int32)"]

Return Value

QHResult

See Also