Share via


AdlsSecurityException Constructors

Definition

Overloads

AdlsSecurityException()

Initializes a new instance of the AdlsSecurityException class.

AdlsSecurityException(String, String)

Initializes a new instance of the AdlsSecurityException class.

AdlsSecurityException()

Initializes a new instance of the AdlsSecurityException class.

public AdlsSecurityException ();
Public Sub New ()

Applies to

AdlsSecurityException(String, String)

Initializes a new instance of the AdlsSecurityException class.

public AdlsSecurityException (string javaClassName = default, string message = default);
new Microsoft.Azure.Management.DataLake.Store.Models.AdlsSecurityException : string * string -> Microsoft.Azure.Management.DataLake.Store.Models.AdlsSecurityException
Public Sub New (Optional javaClassName As String = Nothing, Optional message As String = Nothing)

Parameters

javaClassName
String

the full class package name for the exception thrown, such as 'java.lang.IllegalArgumentException'.

message
String

the message associated with the exception that was thrown, such as 'Invalid value for webhdfs parameter "permission":...'.

Applies to