-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathAdlsUnsupportedOperationException.xml
79 lines (79 loc) · 4.59 KB
/
AdlsUnsupportedOperationException.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
<Type Name="AdlsUnsupportedOperationException" FullName="Microsoft.Azure.Management.DataLake.Store.Models.AdlsUnsupportedOperationException">
<TypeSignature Language="C#" Value="public class AdlsUnsupportedOperationException : Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AdlsUnsupportedOperationException extends Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.DataLake.Store.Models.AdlsUnsupportedOperationException" />
<TypeSignature Language="VB.NET" Value="Public Class AdlsUnsupportedOperationException
Inherits AdlsRemoteException" />
<TypeSignature Language="F#" Value="type AdlsUnsupportedOperationException = class
 inherit AdlsRemoteException" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonObject("UnsupportedOperationException")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonObject("UnsupportedOperationException")>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
A WebHDFS exception thrown indicating that the requested operation is
not supported. Thrown when a 400 error response code is returned (bad
request).
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AdlsUnsupportedOperationException ();" />
<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.AdlsUnsupportedOperationException.#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 AdlsUnsupportedOperationException
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AdlsUnsupportedOperationException (string javaClassName = default, string message = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string javaClassName, string message) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.DataLake.Store.Models.AdlsUnsupportedOperationException.#ctor(System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional javaClassName As String = Nothing, Optional message As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.DataLake.Store.Models.AdlsUnsupportedOperationException : string * string -> Microsoft.Azure.Management.DataLake.Store.Models.AdlsUnsupportedOperationException" Usage="new Microsoft.Azure.Management.DataLake.Store.Models.AdlsUnsupportedOperationException (javaClassName, message)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.DataLake.Store</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="javaClassName" Type="System.String" />
<Parameter Name="message" Type="System.String" />
</Parameters>
<Docs>
<param name="javaClassName">the full class package name for the
exception thrown, such as
'java.lang.IllegalArgumentException'.</param>
<param name="message">the message associated with the exception
that was thrown, such as 'Invalid value for webhdfs parameter
"permission":...'.</param>
<summary>
Initializes a new instance of the AdlsUnsupportedOperationException
class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>