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
System_CAPS_pubmethod WebSiteCloudException(String)

Initializes a new instance of the WebSiteCloudException class.

System_CAPS_pubmethod WebSiteCloudException(String, Exception)

Initializes a new instance of the WebSiteCloudException class.

Properties

Name Description
System_CAPS_pubproperty Data

(Inherited from Exception.)

System_CAPS_pubproperty ErrorCode

Gets the error code that is returned from the server.(Inherited from CloudException.)

System_CAPS_pubproperty ErrorMessage

Gets the error message that was returned from the server.(Inherited from CloudException.)

System_CAPS_pubproperty 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.

System_CAPS_pubproperty ErrorMessageFormat

Gets a template of the actual message presented to the user.

System_CAPS_pubproperty ExtendedErrorCode

Gets an extended error code that is a numeric value unique to this error type.

System_CAPS_pubproperty HelpLink

(Inherited from Exception.)

System_CAPS_pubproperty HResult

(Inherited from Exception.)

System_CAPS_pubproperty InnerException

(Inherited from Exception.)

System_CAPS_pubproperty Message

(Inherited from Exception.)

System_CAPS_pubproperty Request

Gets information about the associated HTTP request.(Inherited from CloudException.)

System_CAPS_pubproperty RequestId

Gets the request identifier.(Inherited from CloudException.)

System_CAPS_pubproperty Response

Gets information about the associated HTTP response.(Inherited from CloudException.)

System_CAPS_pubproperty RoutingRequestId

Gets the routing request identifier.(Inherited from CloudException.)

System_CAPS_pubproperty Source

(Inherited from Exception.)

System_CAPS_pubproperty StackTrace

(Inherited from Exception.)

System_CAPS_pubproperty TargetSite

(Inherited from Exception.)

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateFromXml(HttpRequestMessage, String, HttpResponseMessage, String, Exception)

Create a CloudException from a failed response sending XML content.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(Inherited from Exception.)

System_CAPS_pubmethod GetType()

(Inherited from Exception.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Exception.)

Events

Name Description
System_CAPS_protevent 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