StorageSyncInnerErrorDetails.InnerExceptionCallStack Property

Definition

Gets or sets call stack of the inner error.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to