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)

Usage

'Usage
Dim message As String

Dim instance As New WebSiteCloudException(message)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public WebSiteCloudException (
    string message
)
public:
WebSiteCloudException (
    String^ message
)
public WebSiteCloudException (
    String message
)
public function WebSiteCloudException (
    message : String
)

Parameters

  • message
    The exception message.

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

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