StorageSyncErrorDetails.ExceptionType Property

Definition

Gets or sets exception type of the given entry.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to