WebSiteCloudException Class
Exception thrown for any invalid response from a web site operation.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.WindowsAzure.CloudException
Microsoft.WindowsAzure.Management.WebSites.WebSiteCloudException
Syntax
public class WebSiteCloudException : CloudException
public ref class WebSiteCloudException : CloudException
type WebSiteCloudException =
class
inherit CloudException
end
Public Class WebSiteCloudException
Inherits CloudException
Constructors
Name | Description | |
---|---|---|
WebSiteCloudException(String) | Initializes a new instance of the WebSiteCloudException class. |
|
WebSiteCloudException(String, Exception) | Initializes a new instance of the WebSiteCloudException class. |
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.) |
Methods
Name | Description | |
---|---|---|
CreateFromXml(HttpRequestMessage, String, HttpResponseMessage, String, Exception) | Create a CloudException from a failed response sending XML content. |
|
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.) |
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top