WebSiteCloudException Members
Exception thrown for any invalid response from a web site operation.
The following tables list the members exposed by the WebSiteCloudException type.
Public Constructors
Name | Description | |
---|---|---|
WebSiteCloudException | Overloaded. Initializes a new instance of the WebSiteCloudException class. |
Top
Public Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception) | |
ErrorCode | Gets the error code that is returned from the server. (Inherited from CloudException) | |
ErrorMessage | Gets the error message that was returned from the server. (Inherited from CloudException) | |
ErrorMessageArguments | Gets a container for strings that fill the place holders in the message template. These strings contain information unique to the user's scenario. | |
ErrorMessageFormat | Gets a template of the actual message presented to the user. | |
ExtendedErrorCode | Gets an extended error code that is a numeric value unique to this error type. | |
HelpLink | (Inherited from Exception) | |
HResult | (Inherited from Exception) | |
InnerException | (Inherited from Exception) | |
Message | (Inherited from Exception) | |
Request | Gets information about the associated HTTP request. (Inherited from CloudException) | |
RequestId | Gets the request identifier. (Inherited from CloudException) | |
Response | Gets information about the associated HTTP response. (Inherited from CloudException) | |
RoutingRequestId | Gets the routing request identifier. (Inherited from CloudException) | |
Source | (Inherited from Exception) | |
StackTrace | (Inherited from Exception) | |
TargetSite | (Inherited from Exception) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
CreateFromXml | Create a CloudException from a failed response sending XML content. | |
Equals | (Inherited from Object) | |
GetBaseException | (Inherited from Exception) | |
GetHashCode | (Inherited from Object) | |
GetObjectData | (Inherited from Exception) | |
GetType | (Inherited from Exception) | |
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
See Also
Reference
WebSiteCloudException Class
Microsoft.WindowsAzure.Management.WebSites Namespace