AdlsRemoteException.Message Property

Definition

Gets the message associated with the exception that was thrown, such as 'Invalid value for webhdfs parameter "permission":...'.

[Newtonsoft.Json.JsonProperty(PropertyName="message")]
public string Message { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="message")>]
member this.Message : string
Public ReadOnly Property Message As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to