Share via


AdlsFileNotFoundException Constructors

Definition

Overloads

AdlsFileNotFoundException()

Initializes a new instance of the AdlsFileNotFoundException class.

AdlsFileNotFoundException(String, String)

Initializes a new instance of the AdlsFileNotFoundException class.

AdlsFileNotFoundException()

Initializes a new instance of the AdlsFileNotFoundException class.

public AdlsFileNotFoundException ();
Public Sub New ()

Applies to

AdlsFileNotFoundException(String, String)

Initializes a new instance of the AdlsFileNotFoundException class.

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