Share via


AdlsRemoteException Constructors

Definition

Overloads

AdlsRemoteException()

Initializes a new instance of the AdlsRemoteException class.

AdlsRemoteException(String, String)

Initializes a new instance of the AdlsRemoteException class.

AdlsRemoteException()

Initializes a new instance of the AdlsRemoteException class.

public AdlsRemoteException ();
Public Sub New ()

Applies to

AdlsRemoteException(String, String)

Initializes a new instance of the AdlsRemoteException class.

public AdlsRemoteException (string javaClassName = default, string message = default);
new Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException : string * string -> Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException
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