AdlsRuntimeException Class
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.
A WebHDFS exception thrown when an unexpected error occurs during an operation. Thrown when a 500 error response code is returned (Internal server error).
[Newtonsoft.Json.JsonObject("RuntimeException")]
public class AdlsRuntimeException : Microsoft.Azure.Management.DataLake.Store.Models.AdlsRemoteException
[<Newtonsoft.Json.JsonObject("RuntimeException")>]
type AdlsRuntimeException = class
inherit AdlsRemoteException
Public Class AdlsRuntimeException
Inherits AdlsRemoteException
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AdlsRuntimeException() |
Initializes a new instance of the AdlsRuntimeException class. |
AdlsRuntimeException(String, String) |
Initializes a new instance of the AdlsRuntimeException class. |
Properties
JavaClassName |
Gets the full class package name for the exception thrown, such as 'java.lang.IllegalArgumentException'. (Inherited from AdlsRemoteException) |
Message |
Gets the message associated with the exception that was thrown, such as 'Invalid value for webhdfs parameter "permission":...'. (Inherited from AdlsRemoteException) |
Applies to
Azure SDK for .NET