HttpRequestExceptionWithStatus Class
Inherits HttpRequestException adding HttpStatusCode to the exception.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
System.Exception
System.Net.Http.HttpRequestException
Microsoft.WindowsAzure.Common.TransientFaultHandling.HttpRequestExceptionWithStatus
| Name | Description | |
|---|---|---|
![]() | HttpRequestExceptionWithStatus() | Initializes a new instance of the HttpRequestExceptionWithStatus class. |
![]() | HttpRequestExceptionWithStatus(String) | Initializes a new instance of the HttpRequestExceptionWithStatus class with a specific message that describes the current exception. |
![]() | HttpRequestExceptionWithStatus(String, Exception) | Initializes a new instance of the HttpRequestExceptionWithStatus class with a specific message that describes the current exception and an inner exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | StatusCode | Http status code. |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (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.



