Share via


WebSiteCloudException Constructor (String, Exception)

 

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,
    Exception innerException
)
public:
WebSiteCloudException(
    String^ message,
    Exception^ innerException
)
new : 
        message:string *
        innerException:Exception -> WebSiteCloudException
Public Sub New (
    message As String,
    innerException As Exception
)

Parameters

See Also

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

Return to top