WebSiteCloudException Class

Definition

Exception thrown for any invalid response from a WebSite operation.

public class WebSiteCloudException : Hyak.Common.CloudException
type WebSiteCloudException = class
    inherit CloudException
Public Class WebSiteCloudException
Inherits CloudException
Inheritance
Hyak.Common.CloudException
WebSiteCloudException

Constructors

WebSiteCloudException(String)

Initializes a new instance of the WebSiteCloudException class.

WebSiteCloudException(String, Exception)

Initializes a new instance of the WebSiteCloudException class.

Properties

ErrorMessageArguments

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, with place holders that are filled with information from the Parameters element.

ExtendedErrorCode

Gets an extended error code that is a numeric value unique to this error type. For a list of extended codes, see WebSiteExtendedErrorCodes.

Methods

CreateFromXml(HttpRequestMessage, String, HttpResponseMessage, String, Exception)

Create a CloudException from a failed response sending XML content.

Applies to