다음을 통해 공유


AdlsRemoteException.Message 속성

 

와 같은 throw 된 예외와 관련 된 메시지를 가져옵니다 ' webhdfs 매개 변수 "사용 권한이" 값이 잘못 되었습니다:...'.

네임스페이스:   Microsoft.Azure.Management.DataLake.Store.Models
어셈블리:  Microsoft.Azure.Management.DataLake.Store.dll의 Microsoft.Azure.Management.DataLake.Store

구문

[JsonPropertyAttribute(PropertyName = "message")]
public string Message { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "message")]
property String^ Message {
    String^ get();
    private: void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "message")>]
member Message : string with get, private set
<JsonPropertyAttribute(PropertyName := "message")>
Public Property Message As String
    Get
    Private Set
End Property

속성 값

Type: System.String

참고 항목

AdlsRemoteException 클래스
Microsoft.Azure.Management.DataLake.Store.Models 네임스페이스

맨 위로 이동