Compartir a través de


Error.InnerError (Propiedad)

 

Obtiene las excepciones internas o los errores, si existe

Espacio de nombres:   Microsoft.Azure.Management.DataLake.Store.Models
Ensamblado:  Microsoft.Azure.Management.DataLake.Store (en Microsoft.Azure.Management.DataLake.Store.dll)

Sintaxis

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

Valor de propiedad

Type: Microsoft.Azure.Management.DataLake.Store.Models.InnerError

Vea también

Error (Clase)
Microsoft.Azure.Management.DataLake.Store.Models (Espacio de nombres)

Volver al principio