StorageSyncInnerErrorDetails.InnerException Property

Definition

Gets or sets exception of the inner error.

[Newtonsoft.Json.JsonProperty(PropertyName="innerException")]
public string InnerException { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="innerException")>]
member this.InnerException : string with get, set
Public Property InnerException As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to