AdlsErrorException Class

Definition

Exception thrown for an invalid response with AdlsError information.

public class AdlsErrorException : Microsoft.Rest.RestException
type AdlsErrorException = class
    inherit RestException
Public Class AdlsErrorException
Inherits RestException
Inheritance
AdlsErrorException

Constructors

AdlsErrorException()

Initializes a new instance of the AdlsErrorException class.

AdlsErrorException(String)

Initializes a new instance of the AdlsErrorException class.

AdlsErrorException(String, Exception)

Initializes a new instance of the AdlsErrorException class.

Properties

Body

Gets or sets the body object.

Request

Gets information about the associated HTTP request.

Response

Gets information about the associated HTTP response.

Applies to