-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathAdlsError.xml
98 lines (98 loc) · 5.57 KB
/
AdlsError.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<Type Name="AdlsError" FullName="Microsoft.Azure.Management.DataLake.Store.Models.AdlsError">
<TypeSignature Language="C#" Value="public class AdlsError" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AdlsError extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.DataLake.Store.Models.AdlsError" />
<TypeSignature Language="VB.NET" Value="Public Class AdlsError" />
<TypeSignature Language="F#" Value="type AdlsError = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Data Lake Store filesystem error containing a specific WebHDFS
exception.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AdlsError ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Store.Models.AdlsError.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the AdlsError class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AdlsError (Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException remoteException = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException remoteException) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Store.Models.AdlsError.#ctor(Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional remoteException As AdlsRemoteException = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.DataLake.Store.Models.AdlsError : Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException -> Microsoft.Azure.Management.DataLake.Store.Models.AdlsError" Usage="new Microsoft.Azure.Management.DataLake.Store.Models.AdlsError remoteException" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="remoteException" Type="Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException" />
</Parameters>
<Docs>
<param name="remoteException">the object representing the actual
WebHDFS exception being returned.</param>
<summary>
Initializes a new instance of the AdlsError class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RemoteException">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException RemoteException { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException RemoteException" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.DataLake.Store.Models.AdlsError.RemoteException" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property RemoteException As AdlsRemoteException" />
<MemberSignature Language="F#" Value="member this.RemoteException : Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException" Usage="Microsoft.Azure.Management.DataLake.Store.Models.AdlsError.RemoteException" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="azure-dotnet">
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="RemoteException")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="RemoteException")>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="azure-dotnet-legacy">
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="remoteException")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="remoteException")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets the object representing the actual WebHDFS exception being
returned.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>