WebSiteCloudException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.CloudExceptionWebSiteCloudException
Constructors
WebSiteCloudException(String, Exception) |
Initializes a new instance of the WebSiteCloudException class. |
WebSiteCloudException(String) |
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
Azure SDK for .NET