HttpRequestExceptionWithStatus Class

 

Inherits HttpRequestException adding HttpStatusCode to the exception.

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

System.Object
  System.Exception
    System.Net.Http.HttpRequestException
      Microsoft.WindowsAzure.Common.TransientFaultHandling.HttpRequestExceptionWithStatus

type HttpRequestExceptionWithStatus = 
    class
        inherit HttpRequestException
    end

NameDescription
System_CAPS_pubmethodHttpRequestExceptionWithStatus()

Initializes a new instance of the HttpRequestExceptionWithStatus class.

System_CAPS_pubmethodHttpRequestExceptionWithStatus(String)

Initializes a new instance of the HttpRequestExceptionWithStatus class with a specific message that describes the current exception.

System_CAPS_pubmethodHttpRequestExceptionWithStatus(String, Exception)

Initializes a new instance of the HttpRequestExceptionWithStatus class with a specific message that describes the current exception and an inner exception.

NameDescription
System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyStatusCode

Http status code.

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo, StreamingContext)

(Inherited from Exception.)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

(Inherited from Exception.)

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

Return to top
Show: