Aracılığıyla paylaş


CloudHttpErrorInfo Class

 

Represents the HTTP requests and responses that are associated with error conditions.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Common.CloudHttpErrorInfo
    Microsoft.WindowsAzure.Common.CloudHttpRequestErrorInfo
    Microsoft.WindowsAzure.Common.CloudHttpResponseErrorInfo

Syntax

public abstract class CloudHttpErrorInfo
public ref class CloudHttpErrorInfo abstract 
[<AbstractClass>]
type CloudHttpErrorInfo = class end
Public MustInherit Class CloudHttpErrorInfo

Constructors

Name Description
CloudHttpErrorInfo()

Initializes a new instance of the CloudHttpErrorInfo class.

Properties

Name Description
Content

Gets the contents of the HTTP message.

Headers

Gets the collection of HTTP headers.

Version

Gets the HTTP message version.

Methods

Name Description
CopyHeaders(HttpHeaders)

Adds the HTTP message headers to the error information.

Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Common Namespace

Return to top