CloudException Members
Represents the exception that is thrown for responses that are not valid.
The following tables list the members exposed by the CloudException type.
Public Constructors
Name | Description | |
---|---|---|
CloudException | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception) | |
ErrorCode | Gets the error code that is returned from the server. | |
ErrorMessage | Gets the error message that was returned from the server. | |
HelpLink | (Inherited from Exception) | |
HResult | (Inherited from Exception) | |
InnerException | (Inherited from Exception) | |
Message | (Inherited from Exception) | |
Request | Gets information about the associated HTTP request. | |
RequestId | Gets the request identifier. | |
Response | Gets information about the associated HTTP response. | |
RoutingRequestId | Gets the routing request identifier. | |
Source | (Inherited from Exception) | |
StackTrace | (Inherited from Exception) | |
TargetSite | (Inherited from Exception) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Create | Overloaded. | |
CreateFromJson | Creates a CloudException from a failed response using JSON. Obsolete. | |
CreateFromXml | Creates a CloudException from a failed response that was sent using XML. Obsolete. | |
Equals | (Inherited from Object) | |
GetBaseException | (Inherited from Exception) | |
GetHashCode | (Inherited from Object) | |
GetObjectData | (Inherited from Exception) | |
GetType | (Inherited from Exception) | |
ParseJsonError | Parse the response content as an JSON error message. | |
ParseXmlError | Parse the response content as an XML error message. | |
ParseXmlOrJsonError | Parse the response content as either an XML or JSON error message. | |
ToString | Overridden. (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Protected Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception) |
Top