StorageSyncInnerErrorDetails.CallStack Property

Definition

Gets or sets call stack of the error.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to