CommonErrorData.HResult Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the application error code or HRESULT of the failure.
[System.Runtime.Serialization.DataMember(Name="code", Order=3)]
public int HResult { get; set; }
[<System.Runtime.Serialization.DataMember(Name="code", Order=3)>]
member this.HResult : int with get, set
Public Property HResult As Integer
Property Value
- Attributes