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
System_CAPS_protmethod CloudHttpErrorInfo()

Initializes a new instance of the CloudHttpErrorInfo class.

Properties

Name Description
System_CAPS_pubproperty Content

Gets the contents of the HTTP message.

System_CAPS_pubproperty Headers

Gets the collection of HTTP headers.

System_CAPS_pubproperty Version

Gets the HTTP message version.

Methods

Name Description
System_CAPS_protmethod CopyHeaders(HttpHeaders)

Adds the HTTP message headers to the error information.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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