Share via


WebSiteCloudException Constructor (String)

 

Initializes a new instance of the WebSiteCloudException class.

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public WebSiteCloudException(
    string message
)
public:
WebSiteCloudException(
    String^ message
)
new : 
        message:string -> WebSiteCloudException
Public Sub New (
    message As String
)

Parameters

See Also

WebSiteCloudException Overload
WebSiteCloudException Class
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top