-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathAdlsSecurityException.xml
76 lines (76 loc) · 4.32 KB
/
AdlsSecurityException.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
<Type Name="AdlsSecurityException" FullName="Microsoft.Azure.Management.DataLake.Store.Models.AdlsSecurityException">
<TypeSignature Language="C#" Value="public class AdlsSecurityException : Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AdlsSecurityException extends Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.DataLake.Store.Models.AdlsSecurityException" />
<TypeSignature Language="VB.NET" Value="Public Class AdlsSecurityException
Inherits AdlsRemoteException" />
<TypeSignature Language="F#" Value="type AdlsSecurityException = 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("SecurityException")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonObject("SecurityException")>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
A WebHDFS exception thrown indicating that access is denied. Thrown
when a 401 error response code is returned (Unauthorized).
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AdlsSecurityException ();" />
<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.AdlsSecurityException.#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 AdlsSecurityException class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AdlsSecurityException (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.AdlsSecurityException.#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.AdlsSecurityException : string * string -> Microsoft.Azure.Management.DataLake.Store.Models.AdlsSecurityException" Usage="new Microsoft.Azure.Management.DataLake.Store.Models.AdlsSecurityException (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 AdlsSecurityException class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>