CloudException 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.
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
- 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
Azure SDK for .NET