Share via


ReportableException.HResult Property

Definition

Gets or sets coded numerical value that is assigned to a specific exception

[Newtonsoft.Json.JsonProperty(PropertyName="hResult")]
public int? HResult { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="hResult")>]
member this.HResult : Nullable<int> with get, set
Public Property HResult As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to