Condividi tramite


CloudErrorException Class

Definition

Exception thrown for an invalid response with CloudError information.

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

Constructors

CloudErrorException()

Initializes a new instance of the CloudErrorException class.

CloudErrorException(String)

Initializes a new instance of the CloudErrorException class.

CloudErrorException(String, Exception)

Initializes a new instance of the CloudErrorException 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