CloudException Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(HttpRequestMessage, String, HttpResponseMessage, String, CloudExceptionType, Exception)

Obsolete.Create a CloudException from a failed response. This method is obsolete. Use Create without defaultTo parameter.

System_CAPS_pubmethodSystem_CAPS_staticCreate(HttpRequestMessage, String, HttpResponseMessage, String, Exception)

Create a CloudException from a failed response.

System_CAPS_pubmethodSystem_CAPS_staticCreateFromJson(HttpRequestMessage, String, HttpResponseMessage, String, Exception)

Obsolete.Creates a CloudException from a failed response using JSON.

System_CAPS_pubmethodSystem_CAPS_staticCreateFromXml(HttpRequestMessage, String, HttpResponseMessage, String, Exception)

Obsolete.Creates a CloudException from a failed response that was sent using XML.

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_pubmethodSystem_CAPS_staticParseJsonError(String)

Parse the response content as an JSON error message.

System_CAPS_pubmethodSystem_CAPS_staticParseXmlError(String)

Parse the response content as an XML error message.

System_CAPS_pubmethodSystem_CAPS_staticParseXmlOrJsonError(String)

Parse the response content as either an XML or JSON error message.

System_CAPS_pubmethodToString()

(Inherited from Exception.)

Return to top
Show: