CloudException Class

Definition

An exception generated from an http response returned from a Microsoft Azure service

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

Constructors

CloudException()

Initializes a new instance of the CloudException class.

CloudException(String)

Initializes a new instance of the CloudException class given exception message.

CloudException(String, Exception)

Initializes a new instance of the CloudException class caused by another exception.

Properties

Body

Gets or sets the response object.

Request

Gets information about the associated HTTP request.

RequestId

Gets or sets the value that uniquely identifies a request made against the service.

Response

Gets information about the associated HTTP response.

Applies to