AdlsFileAlreadyExistsException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AdlsFileAlreadyExistsException() |
Initializes a new instance of the AdlsFileAlreadyExistsException class. |
AdlsFileAlreadyExistsException(String, String) |
Initializes a new instance of the AdlsFileAlreadyExistsException class. |
AdlsFileAlreadyExistsException()
Initializes a new instance of the AdlsFileAlreadyExistsException class.
public AdlsFileAlreadyExistsException ();
Public Sub New ()
Applies to
AdlsFileAlreadyExistsException(String, String)
Initializes a new instance of the AdlsFileAlreadyExistsException class.
public AdlsFileAlreadyExistsException (string javaClassName = default, string message = default);
new Microsoft.Azure.Management.DataLake.Store.Models.AdlsFileAlreadyExistsException : string * string -> Microsoft.Azure.Management.DataLake.Store.Models.AdlsFileAlreadyExistsException
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
Azure SDK for .NET